summaryrefslogtreecommitdiffstats
path: root/cluster/lapack/DETAILS
blob: 3ea46bf183049daef2086ce8a2869b1c4a149670 (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.3.1
       VERSIONMAN=3.2.0
           SOURCE=$SPELL-$VERSION.tgz
      SOURCE_HASH=sha512:67f6e9e0457101fdf41dd0ce8a692155ab45f26a8d94848c4c99597eab18497faa2c0fbd342d2ad11bc2818693b8decad4f3a63216bdc82901a7a79a8f4d4725
          SOURCE2=manpages-$VERSIONMAN.tgz
     SOURCE2_HASH=sha512:111c33821bcc1158a49e0501e63e867a9c6cdfb0677eba5604e78dee4fe90c509ee447e8665e9b8f25b2e6f63923b8398c4ed8fea16f109ca9c327334e7863ff
 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