summaryrefslogtreecommitdiff
path: root/math/superlu/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'math/superlu/pkg')
-rw-r--r--math/superlu/pkg/COMMENT1
-rw-r--r--math/superlu/pkg/DESCR8
-rw-r--r--math/superlu/pkg/PLIST5
3 files changed, 14 insertions, 0 deletions
diff --git a/math/superlu/pkg/COMMENT b/math/superlu/pkg/COMMENT
new file mode 100644
index 00000000000..f73d990fcfb
--- /dev/null
+++ b/math/superlu/pkg/COMMENT
@@ -0,0 +1 @@
+ANSI C routine library for the solution of sparse linear systems
diff --git a/math/superlu/pkg/DESCR b/math/superlu/pkg/DESCR
new file mode 100644
index 00000000000..ff615a572a1
--- /dev/null
+++ b/math/superlu/pkg/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.
diff --git a/math/superlu/pkg/PLIST b/math/superlu/pkg/PLIST
new file mode 100644
index 00000000000..7ce3deb0be0
--- /dev/null
+++ b/math/superlu/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/02 01:24:09 jtb Exp $
+include/supermatrix.h
+lib/libsuperlu.a
+share/doc/superlu/ug.ps
+@dirrm share/doc/superlu