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/slack-desc | |
parent | d81766ab3bafd9b6d815135a921491dd5971525d (diff) | |
download | slackbuilds-52a54199639f01f05c7897533cadc6d3ee8b78d3.tar.gz |
libraries/lapack: Added to 12.2 repository
Diffstat (limited to 'libraries/lapack/slack-desc')
-rw-r--r-- | libraries/lapack/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/lapack/slack-desc b/libraries/lapack/slack-desc new file mode 100644 index 0000000000..1031f33da6 --- /dev/null +++ b/libraries/lapack/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +lapack: LAPACK (linear algebra routines) +lapack: +lapack: LAPACK provides routines for solving systems of simultaneous linear +lapack: equations, least-squares solutions of linear systems of equations, +lapack: eigenvalue problems, and singular value problems. The associated matrix +lapack: factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are +lapack: also provided, as are related computations such as reordering of the +lapack: Schur factorizations and estimating condition numbers. Dense and banded +lapack: matrices are handled, but not general sparse matrices. In all areas, +lapack: similar functionality is provided for real and complex matrices, in +lapack: both single and double precision. |