Introduction
LAPACK (Linear Algebra Package) is a standard software library for numerical linear algebra. It provides routines for solving systems of linear equations and linear least squares, eigenvalue problems, and singular value decomposition. It also includes routines to implement the associated matrix factorizations such as LU, QR, Cholesky and Schur decomposition. LAPACK was originally written in FORTRAN 77, but moved to Fortran 90 in version 3.2 (2008). The routines handle both real and complex matrices in both single and double precision.
Web Page
Versions
3.6.1
Flavours
default
Architecture
x86_64
Group
module load cv-standard
Serial.
Build Details
Installed by Cluster Vision.
Usage
module load lapack/3.6.1
Example Job Scripts
None required.
Status
Tested.