Definitions for "LAPACK "
LAPACK is a linear algebra library, based on LINPACK and EISPACK, designed to provide routines for handling simultaneous equations and matrix algebra efficiently, particularly on shared memory vector processors, parallel processors, and clusters. The code is written in Fortran, and requires the BLAS library.
A public domain library of subroutines for solving dense linear algebra problems, including systems of linear equations, linear least squares problems, eigenvalue problems, and singular value problems. It has been designed for efficiency on high-performance computers.
A highly efficient, open source linear algebra library widely available on high performance computers. Functions include solutions to linear equations and eigenvectors. Depends heavily on BLAS.