LAPACKS: Single Precision Linear Algebra Library
LAPACKS is the current standard linear algebra library. It
replaces the
LINPACK and
EISPACK libraries.
LAPACKS includes routines to
-
Solve a linear system;
-
Solve an under- or over-determined linear system;
-
Compute the determinant;
-
Compute the inverse matrix;
-
Compute the condition number;
-
Compute the singular value decomposition;
-
Compute the Q R decomposition;
-
Compute the eigenvalues and eigenvectors of a matrix;
The source code and documentation for LAPACK is available
through the NETLIB web site.
-
Reference:
-
LAPACK User's Guide,
SIAM (Society for Industrial and Applied Mathematics),
3600 University City Science Center,
Philadelphia, PA, 19104-2688.
Files you may copy include:
Back to the FORTRAN software page.
Last revised on 30 May 2001.