Files
MX_Pmodule/Compiler/UMFPACK/modulefile
Achim Gsell 88cd384c07 Compiler/UMFPACK/modulefile
- quotes in module-help fixed
2017-11-20 17:22:48 +01:00

17 lines
747 B
Plaintext

#%Module1.0
module-whatis "routines for solving unsymmetric sparse linear systems using the Unsymmetric MultiFrontal method."
module-url "https://www.cise.ufl.edu/research/sparse/umfpack/"
module-license "GNU GPL"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
UMFPACK is a set of routines for solving unsymmetric sparse linear systems,
Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with
a MATLAB (Version 6.0 and later) interface. Appears as a built-in routine
(for lu, backslash, and forward slash) in MATLAB. Includes a MATLAB
interface, a C-callable interface, and a Fortran-callable interface. Note
that 'UMFPACK' is pronounced in two syllables, 'Umph Pack'. It is not 'You
Em Ef Pack'.
"