summaryrefslogtreecommitdiffstats
path: root/cluster/clapack/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/clapack/DETAILS')
-rwxr-xr-xcluster/clapack/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/cluster/clapack/DETAILS b/cluster/clapack/DETAILS
new file mode 100755
index 0000000000..3f3387ec29
--- /dev/null
+++ b/cluster/clapack/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=clapack
+ VERSION=3.0
+ SOURCE=$SPELL.tgz
+ SOURCE2=manpages.tgz
+ MD5[0]=7ed7ae518198faaafea11a2f97ecedad
+ MD5[1]=8e57a511eee8b842daab2d7128374f97
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAPACK
+SOURCE2_DIRECTORY=$BUILD_DIRECTORY/CLAPACK/man
+ SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE
+ SOURCE2_URL[0]=http://www.netlib.org/lapack/$SOURCE2
+ WEB_SITE=http://www.netlib.org/clapack
+ ENTERED=20020524
+ UPDATED=20020524
+ MAINTAINER=zoran@idi.ntnu.no
+ LICENSE=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
+ SHORT="Linear Algebra PACKage (C version)"
+
+cat << EOF
+LAPACK provides routines for solving systems of simultaneous
+linear equations, least-squares solutions of linear systems
+of equations, eigenvalue problems, and singular value problems.
+The associated matrix factorizations (LU, Cholesky, QR, SVD,
+Schur, generalized Schur) are also provided, as are related
+computations such as reordering of the Schur factorizations
+and estimating condition numbers. Dense and banded matrices
+are handled, but not general sparse matrices. In all areas,
+similar functionality is provided for real and complex matrices,
+in both single and double precision.
+
+Contains also the BLAS (Basic Linear Algebra Subprograms)
+library (C version).
+EOF