Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
lapack: The LAPACK libraries for numerical linear algebra.
- Summary
- LAPACK (Linear Algebra PACKage) is a standard library for numerical
linear algebra. LAPACK provides routines for solving systems of
simultaneous linear equations, least-squares solutions of linear
systems of equations, eigenvalue problems, and singular value
problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
Schur, and generalized Schur) and related computations (i.e.,
reordering of Schur factorizations and estimating condition numbers)
are also included. LAPACK can handle dense and banded matrices, but
not general sparse matrices. Similar functionality is provided for
real and complex matrices in both single and double precision. LAPACK
is coded in Fortran77 and built with gcc.
Arch: src
Download: | lapack-3.1.0-4.al3.src.rpm |
Build Date: | Sat Jan 6 17:26:13 2007 |
Packager: | Aurora SPARC Linux <http://bugzilla.auroralinux.org> |
Size: | 10.17 MiB |
Changelog
- * Fri Jan 5 16:00:00 2007 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 3.1.0-4
- fix bugzillas 219740,219741
- * Wed Dec 20 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 3.1.0-3
- make clean everywhere
- * Wed Dec 20 16:00:00 2006 Tom "spot" Callaway <tcallawa{%}redhat{*}com> 3.1.0-2
- fix the Makefiles