lapack

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 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.
Current version: 3.9.0

History

Effective Date Table ID Version Download URL Project URL Version URL
2022-03-31 11 3.9.0 download project version
2020-12-22 10 3.9.0 download project version
2019-01-17 9 3.8.0 download project version
2017-07-13 8 3.4.2 project version
2015-06-25 7 3.4.1 project version
2014-03-07 6 3.4.1 project version
2013-09-10 5 3.4.1 project version
2012-10-31 4 3.3.1 project version
2012-05-01 3 3.3.1 project version