wok view blas/description.txt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents
children
line source
1 LAPACK is written in Fortran 90 and provides routines for solving systems of
2 simultaneous linear equations, least-squares solutions of linear systems of
3 equations, eigenvalue problems, and singular value problems. The associated
4 matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are
5 also provided, as are related computations such as reordering of the Schur
6 factorizations and estimating condition numbers. Dense and banded matrices
7 are handled, but not general sparse matrices. In all areas, similar
8 functionality is provided for real and complex matrices, in both single and
9 double precision.