summaryrefslogtreecommitdiffstats
path: root/cluster/lapack/DETAILS
blob: 1ef131032544ef862f4ebfd08617f3ad307683e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
            SPELL=lapack
          VERSION=3.5.0
       VERSIONMAN=3.5.0
           SOURCE=$SPELL-$VERSION.tgz
      SOURCE_HASH=sha512:b948a0a0db032bda455ec4f519d4e89e4c29e29cecb5b6258ca61f68faaeeac9fdf4ece5c39ffcd0154c5505facbc392c7d09c8348b1d60bdd2685153ab2543f
          SOURCE2=manpages-$VERSIONMAN.tgz
     SOURCE2_HASH=sha512:01b9d7b558fddfc04d842715091be44322983bf01bcd0673981f420e3c755ad516b315bb2db5aa2e3f4095a630c41f5821881da9f680c82030272d1d4f7acece
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION/man
    SOURCE_URL[0]=http://www.netlib.org/$SPELL/$SOURCE
   SOURCE2_URL[0]=http://www.netlib.org/$SPELL/$SOURCE2
       LICENSE[0]=http://netlib2.cs.utk.edu/lapack/faq.html#1.2
         WEB_SITE=http://www.netlib.org/lapack
         KEYWORDS="fortran algebra cluster"
          ENTERED=20020519
            SHORT="Linear Algebra PACKage (Fortran version)"
cat << EOF
LAPACK 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.

Contains also the BLAS (Basic Linear Algebra Subprograms)
library (Fortran version).
EOF