LAPACK


LAPACK is a free, portable, modern (1990) library of Fortran 77 routines for solving the most common problems in numerical linear algebra: linear systems of equations, eigenvalues and eigenvectors, linear least squares, and singular value decomposition. It is designed to be efficient on a wide range of high-performance computers, under the proviso that the hardware vendor has implemented an efficient set of BLAS (Basic Linear Algebra Subroutines). The name LAPACK is an acronym for Linear Algebra Package.

Recommendation: Use LAPACK whenver possible. On Cray computers, this amounts to using LAPACK entries in Cray library SCI. Other computer vendors sometimes provide the library in its performance library e.g. under Solaris, LAPACK is included in licensed library libsunperf.



RETURN