SPELL=lapack VERSION=3.7.0 VERSIONMAN=3.7.0 SOURCE=$SPELL-$VERSION.tgz SOURCE_HASH=sha512:e4f4c7d0ba8a096eeb813160c6dbcdd535647df6b2ad5beac9181908158956b31d1a9554ec9b9836fd44fe7404c1f377b297cbb20d744f20d70e357fd246c91b SOURCE2=lapack-manpages-$VERSIONMAN.tgz SOURCE2_HASH=sha512:45937cfe4b9851402817cb6a13f07ca3f4fd237955561dff70f78293c2ae1df5c6698ab355f70e5975f109b4c06ca03a4f410f1e2d386c16b560f979392d8523 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/manpages-$VERSIONMAN.tgz 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