diff options
author | zuntum <zuntum> | 2001-11-01 00:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-11-01 00:32:23 +0000 |
commit | 12b93642c9daf031b8f20f51ed2a9a139529d6ef (patch) | |
tree | d0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/superlu/DESCR | |
parent | 21b47178a2509fb914e8d69116de89c76d5ad1d2 (diff) | |
download | pkgsrc-12b93642c9daf031b8f20f51ed2a9a139529d6ef.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/superlu/DESCR')
-rw-r--r-- | math/superlu/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/superlu/DESCR b/math/superlu/DESCR new file mode 100644 index 00000000000..ff615a572a1 --- /dev/null +++ b/math/superlu/DESCR @@ -0,0 +1,8 @@ +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. |