summaryrefslogtreecommitdiffstats
path: root/cluster/lapack/DETAILS
blob: b315bf0404aa516f40dfb5ae2d2d8785c33c71c4 (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.7.1
       VERSIONMAN=3.7.1
           SOURCE=$SPELL-$VERSION.tgz
      SOURCE_HASH=sha512:b97a08b35a094fdedec88ea81026baa501397f8ae27444cac83d0e9518df8ddb4359e34e61f993b7dc5f40bba54e35837682cde6bec6f7fcd5ffad4de71bd8fe
          SOURCE2=lapack-manpages-$VERSIONMAN.tgz
     SOURCE2_HASH=sha512:f0076dc00b82a5789676c2840a420ef0b36dea902fc6cd33429a371f4b39bdd5ce8e924362277b4657cd66c56a08e37f29554bc831ca125ca1cde960ee639a39
 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/manpages-$VERSIONMAN.tgz
       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