summaryrefslogtreecommitdiff
path: root/math/linpack/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-11-01 00:11:36 +0000
committerzuntum <zuntum>2001-11-01 00:11:36 +0000
commit8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c (patch)
tree4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/linpack/DESCR
parent6bab4329d1bdf3ff52eeba382e147cfe3a215bf2 (diff)
downloadpkgsrc-8bc5dafa3b85eac1ad1a0c6f37cd23466c28a12c.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/linpack/DESCR')
-rw-r--r--math/linpack/DESCR12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/linpack/DESCR b/math/linpack/DESCR
new file mode 100644
index 00000000000..1c5461988f2
--- /dev/null
+++ b/math/linpack/DESCR
@@ -0,0 +1,12 @@
+LINPACK is a collection of Fortran subroutines that analyze and solve
+linear equations and linear least-squares probles. The package solves
+linear systems whose matrices are general, banded, symmetric
+indefinite, symmetric positive definite, triangular, and tridiagonal
+square. In addition, the package computes the QR and singular value
+decompositions of rectangular matrices and applies them to
+least-squares problems. LINPACK uses column-oriented algorithms to
+increase efficiency by preserving locality of reference.
+
+LINPACK was designed for supercomputers in use in the 1970s and early
+1980s. LINPACK has been largely superceded by LAPACK which has been
+designed to run efficiently on shared-memory, vector supercomputers.