SLES (State-of-the-Art Linear Equations Solver)

url
ftp://info.mcs.anl.gov/pub/pdetools/sles-1.2.tar.Z

description
http://www.mcs.anl.gov/petsc/demos/sles.html

abstract
SLES is a State-of-the-Art Linear Equations Solver package. This
subroutine library, callable from both Fortran and C, provides a simple and
consistent interface to advanced and efficient methods for solving both
sparse and dense systems of linear equations.
SLES allows applications to use both iterative and direct methods with the
same interface.
A version of SLES, PSLES, is currently being developed for distributed
memory parallel computers. Currently, it supports all Krylov methods,
direct factorization of dense matrices, and a few preconditioners.

keywords
numerical library
D2. Solution of systems of
linear equations.

comments
The parallel
version of SLES is available as part of the PETSc package.