SPELL=clapack VERSION=3.1.1 SOURCE=$SPELL-$VERSION.tgz SOURCE_HASH=sha512:e2246676b83615e32e9250e3e375980a9b830c41a492db7f151ed26597b8d6f7119dbfbca65efed7cb92fe4f27a226c4c622aa2fcfc875d05f5212448947bd2f SOURCE2=manpages-$VERSION.tgz SOURCE2_HASH=sha512:3dca890ec618f8c87de137760bd072a8664afc21d9f73e8b04b8bf1e4fd50f0796f11c9327f10ca34e3169fd55bbe8007da044580713428652eaa2c3dc25982a SOURCE_DIRECTORY=$BUILD_DIRECTORY/CLAPACK-$VERSION SOURCE2_DIRECTORY=$BUILD_DIRECTORY/CLAPACK-$VERSION/man SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE SOURCE2_URL[0]=http://www.netlib.org/lapack/$SOURCE2 LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2 WEB_SITE=http://www.netlib.org/clapack/ KEYWORDS="algebra cluster" ENTERED=20020524 DOCS=COPYING 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