update Tue Feb 23 06:37:01 PST 2010
[pkgsrc.git] / math / linpack / DESCR
1 LINPACK is a collection of Fortran subroutines that analyze and solve
2 linear equations and linear least-squares probles.  The package solves
3 linear systems whose matrices are general, banded, symmetric
4 indefinite, symmetric positive definite, triangular, and tridiagonal
5 square.  In addition, the package computes the QR and singular value
6 decompositions of rectangular matrices and applies them to
7 least-squares problems.  LINPACK uses column-oriented algorithms to
8 increase efficiency by preserving locality of reference.
9
10 LINPACK was designed for supercomputers in use in the 1970s and early
11 1980s.  LINPACK has been largely superceded by LAPACK which has been
12 designed to run efficiently on shared-memory, vector supercomputers.