aboutsummaryrefslogtreecommitdiffstats
path: root/math/superlu/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-10 07:54:16 +0800
committersteve <steve@FreeBSD.org>1998-08-10 07:54:16 +0800
commit5203f1175cd5c5b19e72b3420bf6a0f1248a1c43 (patch)
treee73b9a75354fc06be40a1aca1fbfdeeca9eeaf45 /math/superlu/pkg-descr
parent6bade131d5495fb3d27a12f248b022ea7025faee (diff)
downloadfreebsd-ports-gnome-5203f1175cd5c5b19e72b3420bf6a0f1248a1c43.tar.gz
freebsd-ports-gnome-5203f1175cd5c5b19e72b3420bf6a0f1248a1c43.tar.zst
freebsd-ports-gnome-5203f1175cd5c5b19e72b3420bf6a0f1248a1c43.zip
Initial import of SuperLU version 1.1.
A library of routines for performing sparse factorization. PR: 5131 Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/superlu/pkg-descr')
-rw-r--r--math/superlu/pkg-descr26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/superlu/pkg-descr b/math/superlu/pkg-descr
new file mode 100644
index 000000000000..8ef7fc666807
--- /dev/null
+++ b/math/superlu/pkg-descr
@@ -0,0 +1,26 @@
+
+ SuperLU Version 1.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).
+
+ ===================
+
+ http://www.cs.berkeley.edu/~xiaoye/superlu.html
+Authors:
+ Jim Demmel demmel@cs.berkeley.edu
+ John Gilbert gilbert@parc.xerox.com
+ Xiaoye S. Li xiaoye@cs.berkeley.edu