software:lapack:lapack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:lapack:lapack [2020-03-04 12:06] – [LAPACK] anitasoftware:lapack:lapack [2021-02-24 16:36] (current) – [Details by clusters] anita
Line 1: Line 1:
 +====== LAPACK ======
 +
 +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.
 +
 +To determine the available versions of LAPACK installed use
 +
 +<code>
 +$ vpkg_versions lapack
 +</code>
 +=====Details by cluster=====
 +  * [[software:lapack:caviness| Caviness]]
 +  * [[software:lapack:mills| Mills]]
 +
 +=====Additional Resources=====
 +  * [[http://www.netlib.org/lapack/lug/| LAPACK Users' Guide -- Third Edition.]]
 +  * [[http://www.nag.com/lapack-ex/| NAG Example programs for LAPACK drivers.]]