mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
0f169503df
functions that did not previously return a value (found by bento). Remove/rearrange a few lines in pkg/DESCR to bring the total number of lines <= 24 (portlint).
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
|
|
SuperLU (Version 2.0)
|
|
=====================
|
|
|
|
SuperLU contains a set of subroutines to solve a sparse linear system
|
|
A*X=B. It uses Gaussian elimination with partial pivoting (GEPP).
|
|
The columns of A may be preordered before factorization; the
|
|
preordering for sparsity is completely separate from the factorization.
|
|
|
|
SuperLU is implemented in ANSI C, and must be compiled with standard
|
|
ANSI C compilers. It provides functionality for both real and complex
|
|
matrices, in both single and double precision. The file names for the
|
|
single-precision real version start with letter "s" (such as sgstrf.c);
|
|
the file names for the double-precision real version start with letter "d"
|
|
(such as dgstrf.c); the file names for the single-precision complex
|
|
version start with letter "c" (such as cgstrf.c); the file names
|
|
for the double-precision complex version start with letter "z"
|
|
(such as zgstrf.c).
|
|
|
|
WWW: http://www.nersc.gov/~xiaoye/SuperLU/
|
|
|
|
Authors: Jim Demmel demmel@cs.berkeley.edu
|
|
John Gilbert gilbert@parc.xerox.com
|
|
Xiaoye S. Li xiaoye@cs.berkeley.edu
|