updated top-level README and version_decl for V4.5 (#1847)
[WRF.git] / var / external / README.lapack
blobd2e12f89f391a1a912c05985d58a64f757633d5c
2 Web site for lapack:
3 http://www.netlib.org/lapack/
5 LAPACK provides routines for solving systems of simultaneous linear equations, 
6 least-squares solutions of linear systems of equations, eigenvalue problems, 
7 and singular value problems. The associated matrix factorizations (LU, Cholesky, 
8 QR, SVD, Schur, generalized Schur) are also provided, as are related computations 
9 such as reordering of the Schur factorizations and estimating condition numbers. 
10 Dense and banded matrices are handled, but not general sparse matrices. In all 
11 areas, similar functionality is provided for real and complex matrices, in both 
12 single and double precision.
14 ==========
16 The files have been moved from .f files to .inc
17 files (to adopt the WRFDA convention).
19 The lapack source has been changed by the convert.f90 program, turning
20 the code into free-format.  The only other modification is that the
21 imbedded tabs in the source have been turned into spaces (otherwise
22 convert.f90 coughs up a spleen).
24 Web site for convert.f90:
25 ftp://ftp.numerical.rl.ac.uk/pub/MandR/convert.f90
27 !     Copyright CERN, Geneva 1991, 1997 - Copyright and any other
28 !     appropriate legal protection of these computer programs
29 !     and associated documentation reserved in all countries
30 !     of the world.
31 !     Author: Michael Metcalf  (MichaelMetcalf@compuserve.com)
33 ======================================================