linpack

The LINPACK Benchmarks are a measure of a system's floating point computing power. Introduced by Jack Dongarra, they measure how fast a computer solves a dense n by n system of linear equations Ax = b, which is a common task in engineering.

http://people.sc.fsu.edu/~jburkardt/c_src/linpack_bench/linpack_bench.c

你可能感兴趣的:(linpack)