TOMS664
(GBSOL) - Gauss Elimination of Large Banded Matrices Using Disk Storage


TOMS664 is a FORTRAN77 library which uses Gauss elimination to solve linear systems involving large banded matrices. Disk storage is used when there is not enough memory for the working data.

Related Data and Programs:

LAPACK_EXAMPLES, a FORTRAN77 program which demonstrates the use of the LAPACK linear algebra library.

LINPACK, a FORTRAN77 library which factors and solves systems of linear equations in a variety of formats and arithmetic types.

Reference:

  1. Geza Schrauf,
    Algorithm 664: A Gauss Algorithm to Solve Systems with Large, Banded Matrices Using Random Access Disk Storage,
    ACM Transactions on Mathematical Software,
    Volume 14, Number 3, September 1988, pages 257-260,

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 18 May 2008.