linpack_d_test


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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Source Code:


Last revised on 12 July 2019.