templated, a Fortran77 code which outlines the most common iterative methods of solving a linear system.
The computer code and data files made available on this web page are distributed under the MIT license.
templated is available in a Fortran77 version.
CG_RC, a Fortran77 library which implements the conjugate gradient method for solving a positive definite sparse linear system A*x=b, using reverse communication.
DLAP, a Fortran90 library which implements iterative methods for solving linear systems.
HBSMC, a dataset directory which contains large sparse matrices stored in the Harwell-Boeing format.
LINPACK, a Fortran77 library which carries out direct methods for solving linear systems.
MM, a data directory which contains a description and examples of the Matrix Market format for storing matrices.
MULTIGRID_POISSON_1D, a Fortran77 library which applies the multigrid method to a discretized version of the 1D Poisson equation.
TEMPLATES, a Fortran77 library which carries out simple versions of various iterative solvers. This is the single precision version.
TEST_MAT, a Fortran77 library which defines test matrices.
UMFPACK, a Fortran77 library which solves unsymmetric sparse linear systems, by Timothy Davis, Iain Duff.