LAPACK - Linear Algebra PACKage https://www.netlib.org/lapack/
Go to file
2024-01-06 04:57:15 +01:00
blasqr.ps update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
lapackqref.ps update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
liblapack-3.1.1-intrinsec_etime.patch update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
liblapack-3.1.1-make.inc.patch update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
liblapack-3.4.2-cmake-sover.patch update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
liblapack-3.4.2-lib64.patch update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00
liblapack.spec automatic version update by autodist [release 3.9.1-1mamba;Tue May 11 2021] 2024-01-06 04:57:15 +01:00
README.md update to 3.5.0 [release 3.5.0-1mamba;Sun Mar 02 2014] 2024-01-06 04:57:14 +01:00

liblapack

LAPACK is written in Fortran77 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.