
This directory contains a port of the Linpack benchmark from Java to C#.
The original Java sources were obtained from the following location:

        http://www.netlib.org/benchmark/linpackjava/

We used the source for the command-line Java version, and then modified
it to use a 500x500 problem size to match the GUI Java version:

        http://www.netlib.org/benchmark/linpackjava/LinpackJava.zip

The port was done by Rhys Weatherley <rweather@southern-storm.com.au>.
