Fixup fromcvs/togit conversion
[pkgsrcv2.git] / benchmarks / linpack-bench / DESCR
1 Translated to C by Bonnie Toy 5/88
2
3 LINPACK is a collection of Fortran subroutines that analyze and solve
4 linear equations and linear least-squares problems. The package solves
5 linear systems whose matrices are general, banded, symmetric indefinite,
6 symmetric positive definite, triangular, and tridiagonal square. In
7 addition, the package computes the QR and singular value decompositions of
8 rectangular matrices and applies them to least-squares problems. LINPACK
9 uses column-oriented algorithms to increase efficiency by preserving
10 locality of reference.
11
12 LINPACK was designed for supercomputers in use in the 1970s and early
13 1980s. LINPACK has been largely superceded by LAPACK, which has been
14 designed to run efficiently on shared-memory, vector supercomputers.