BPKIT Block Preconditioning Toolkit
Toolkit of block preconditioners for the iterative solution of linear systems.
url: www-users.cs.umn.edu/~chow/bpkit.html/
Expokit
Software package for computing small dense and large sparse matrix exponentials in Fortran and Matlab. Usable in C/C++.
url: www.maths.uq.edu.au/expokit/
Fast Hankel and Toeplitz solvers
In Fortran 90, by the MaSe (Matrices Having Structure) Team of the University of Leuven.
url: www.cs.kuleuven.ac.be/~marc/software/
LAPACK
An alternative source of LAPACK = Linear Algebra package, for solving linear equations, SVD and eigenvalues.
url: www.cs.colorado.edu/~lapack/
Linear Algebra
BLZPACK uses the block Lanczos algorithm to solve (generalized) eigenvalue problems, HLZPACK uses the Lanczos algorithm to solve Hermitian eigenvalue problems, and SKYPACK implements algorithms for matrices having a skyline structure. By Osni Marques.
url: crd.lbl.gov/~osni/#Software
LUMOD
Updates a dense square factorization L*C = U, when rows and columns of C are added, deleted or replaced.
url: www.stanford.edu/group/SOL/software/lumod.html
Matran
Fortran 95 wrapper that implements matrix operations and computes matrix decompositions using Lapack and the Blas.
url: www.cs.umd.edu/~stewart/matran/Matran.html
Ming Gu
Codes available from author to quickly update singular value decompositions, solve banded plus semiseparable systems of linear equations, and compute eigenvalues symmetric block-diagonal plus semiseparable matrices.
url: math.berkeley.edu/~mgu/
Parallel Algorithms Project
Codes to solve linear systems with the GMRES and conjugate gradient methods, among other topics.
url: www.cerfacs.fr/algor/Setup/JSEnabledFrameset.html
RECSY
Library by Isak Jonsson and Bo Kågström for solving triangular Sylvester-type matrix equations.
url: www.cs.umu.se/research/parallel/recsy/
Subroutines for Manipulating Large Systems of Equations
Fortran 90 codes by Matt Newman for Gaussian elimination and forward reduction to solve linear equations, diagonal preconditioned gradient to solve linear equations, and subspace iteration to determine the first p eigenvalues of the generalized eigenvalue problem for a system of size q where q>>p.
url: quattro.me.uiuc.edu/~newman/498CM/498CM.html