= LAPACK =
== Description ==
Linear Algebra PACKage
http://www.netlib.org/lapack/
Fortran90 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.
== License ==
modified BSD
== SPKG Maintainers ==
Josh Kantor
William Stein
== Upstream Contact ==
lapack@cs.utk.edu
== Dependencies ==
fortran
== Special Update/Build Instructions ==
== Changelog ==
=== lapack-20071123.p2 (12 Oct 2010, D. Pasechnik)
* added .hgignore, cleaned junk files
added the usual info to SPKG.txt