LINPACK_BENCH - The LINPACK Benchmark

LINPACK_BENCH is the LINPACK Benchmark, a test problem used to rate the performance of a computer. The test problem requires the user to set up a random dense matrix A, and a right hand side vector B which is the product of A and a vector of all 1's. The first task is to compute an LU factorization of the matrix A. The second task is to use the LU factorization to solve the linear system A*X=B.

Files you may copy include:

The list of routines includes:

Return to the FORTRAN software page.


Last revised on 17 April 2002.