SPELL=lapack VERSION=3.3.0 VERSIONMAN=3.2.0 SOURCE=$SPELL-$VERSION.tgz SOURCE_HASH=sha512:2265be69fd6d46aa52b7738eacc9c55505501141b3b0d1484a3851bcfa0e2b209b132880411e3a37fea2d83b6bf44e9cee65ba99a8cc0b5df285ecd5c4828754 SOURCE2=manpages-$VERSIONMAN.tgz SOURCE2_HASH=sha512:111c33821bcc1158a49e0501e63e867a9c6cdfb0677eba5604e78dee4fe90c509ee447e8665e9b8f25b2e6f63923b8398c4ed8fea16f109ca9c327334e7863ff SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION/man SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE SOURCE2_URL[0]=http://www.netlib.org/$SPELL/$SOURCE2 LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2 WEB_SITE=http://www.netlib.org/lapack KEYWORDS="fortran algebra cluster" ENTERED=20020519 SHORT="Linear Algebra PACKage (Fortran 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 (Fortran version). EOF