wok diff blas/description.txt @ rev 21454

updated mlt-python-bindings (0.7.2 -> 6.14.0)
author Hans-G?nter Theisgen
date Mon Apr 29 17:40:07 2019 +0100 (2019-04-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/blas/description.txt	Mon Apr 29 17:40:07 2019 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +LAPACK is written in Fortran 90 and provides routines for solving systems of 
     1.5 +simultaneous linear equations, least-squares solutions of linear systems of 
     1.6 +equations, eigenvalue problems, and singular value problems. The associated 
     1.7 +matrix factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are 
     1.8 +also provided, as are related computations such as reordering of the Schur 
     1.9 +factorizations and estimating condition numbers. Dense and banded matrices 
    1.10 +are handled, but not general sparse matrices. In all areas, similar 
    1.11 +functionality is provided for real and complex matrices, in both single and 
    1.12 +double precision.