This package browser is in early development. Mind the rough edges.

superlu 5.3.0

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.

Installation

Install superlu 5.3.0 as follows:

guix install superlu@5.3.0

Or install the latest version:

guix install superlu

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.