diff options
author | Eugene Suter <easuter@gmail.com> | 2010-05-12 23:30:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:30:24 +0200 |
commit | 52a54199639f01f05c7897533cadc6d3ee8b78d3 (patch) | |
tree | c2d5026ce1f9edbefd0ca8846ff987cda9fcc062 /libraries/lapack/README | |
parent | d81766ab3bafd9b6d815135a921491dd5971525d (diff) | |
download | slackbuilds-52a54199639f01f05c7897533cadc6d3ee8b78d3.tar.gz |
libraries/lapack: Added to 12.2 repository
Diffstat (limited to 'libraries/lapack/README')
-rw-r--r-- | libraries/lapack/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/lapack/README b/libraries/lapack/README new file mode 100644 index 0000000000..0f94b08d5f --- /dev/null +++ b/libraries/lapack/README @@ -0,0 +1,10 @@ +LAPACK provides routines for solving systems of simultaneous linear +equations, least-squares solutions of linear systems of equations, +eigenvalue problems, and singular value problems. + +Install an optimized BLAS instead of the reference BLAS from Netlib if you +wish to improve LAPACK's performance. Otherwise, use the BLAS build script +provided at Slackbuilds.org. You may also build your own tuned lapack library +with ATLAS. + +This requires blas. |