Sponsored Links
Directory Sites
Fast Hankel and Toeplitz solvers
In Fortran 90, by the MaSe (Matrices Having Structure) Team of the University of Leuven.
www.cs.kuleuven.ac.be
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.
crd.lbl.gov
Fortran 95 wrapper that implements matrix operations and computes matrix decompositions using Lapack and the Blas.
www.cs.umd.edu
Software package for computing small dense and large sparse matrix exponentials in Fortran and Matlab. Usable in C/C++.
www.maths.uq.edu.au
Updates a dense square factorization L*C = U, when rows and columns of C are added, deleted or replaced.
www.stanford.edu
Codes to solve linear systems with the GMRES and conjugate gradient methods, among other topics.
www.cerfacs.fr
Library by Isak Jonsson and Bo Kågström for solving triangular Sylvester-type matrix equations.
www.cs.umu.se
Fortran 77 routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems.
www.netlib.org
Implements a Lanczos iteration for symmetric generalized eigenvalue problems. The current version uses the Omega-recurrence to detect loss of orthogonality among the Lanczos vectors.
crd.lbl.gov
Software Iterative Methods: GMRESR and BiCGstab(ell)
Fortran 77 subroutines by Henk A. van der Vorst for the iterative methods GMRESR and BiCGstab(ell). These are methods for the iterative solution of large and typically sparse systems of linear equations with a nonsymmetric matrix.
www.math.uu.nl
A collection of Fortran subroutines that analyze and solve linear equations and linear least-squares problems. The package solves linear systems whose matrices are general, banded, symmetric indefinite, symmetric positive definite, triangular, and tridiagonal square. In addition, the package computes the QR and singular value decompositions of rectangular matrices and applies them to least-squares problems.
www.netlib.org
Toolkit containing various Fortran routines developed over a number of years in support of several code efforts at Los Alamos National Lab. It contains some BLAS-like routines, some LAPACK-like routines, various iterative solvers, and utility routines like timers, random number generators, I/O routines, routines to parse command-line arguments to Fortran programs, etc.
turner-family.com
Fortran 95 interface to the BLAS (Basic Linear Algebra Subprograms). The interface is a subset of the BLAS technical forum standard, covering the functionality of level 2 and 3 legacy BLAS routines (available on most machines).
artax.karlin.mff.cuni.cz
Fortran 95 code for the Basic Linear Algebra Subroutines proposal as presented at the BLAST Forum, by Zohair Maany and Sven Hammarling.
www.nag.co.uk
Modification of known Gauss method for pivot element elimination that uses internal rows-transposition-vector and works with matrix strictly "col-by-col". The algorithm factorizes the source matrix so that created factor-matrix may be used several times for quick solution of linear systems with many right hand sides.
archives.math.utk.edu