LAPACK¶
Description¶
This module enables the use of the LAPACK library 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).[1] The routines handle both real and complex matrices in both single and double precision. Stable release 3.11.0 / Updated: November 11, 2022
Environment Modules¶
Run module spider lapack
to find out what environment modules are available for this application.
Environment Variables¶
Categories¶
programming, library, compiler