linpack_d_test, a C code which calls linpack_d(), which factors and solves linear systems, by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart. This version uses double precision arithmetic, and assumes the matrix and vector data is real.
The information on this web page is distributed under the MIT license.
linpack_d, a C code which factors and solves linear systems, by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart. This version uses double precision arithmetic, and assumes the matrix and vector data is real.