Introduction From the LAPACK Website: LAPACK - Linear Algebra PACKage
LAPACK routines are written so that as much as possible of the computation is performed by calls to the Basic Linear…www.netlib.org LAPACK is written in Fortran 90 and 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…