superlu
Supernodal direct solver for sparse linear systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The library also provides threshold-based ILU factorization preconditioners.
- Versions: 5.3.0
- Website: https://portal.nersc.gov/project/sparse/superlu/
- Licenses: FSF-free · GPL 2+ · Modified BSD
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of superlu as follows:
guix install superlu
Or install a particular version:
guix install superlu@5.3.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of superlu about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/superlu'><img src='https://packages.guix.gnu.org/packages/superlu/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/superlu)
Example Org:
[[https://packages.guix.gnu.org/packages/superlu][https://packages.guix.gnu.org/packages/superlu/badges/latest-version.svg]]