toms423, a Fortran77 code which implements ACM toms algorithm 423, for Gaussian elimination to factor a matrix and solve a related linear system.
The text of many ACM TOMS algorithms is available online through ACM: https://www.acm.org/pubs/calgo or NETLIB: https://www.netlib.org/toms/index.html.
The information on this web page is distributed under the MIT license.
toms423 is available in a Fortran77 version.
lapack_examples, a Fortran77 program which demonstrates the use of the LAPACK linear algebra library.
LINPACK, a Fortran77 library which solves linear systems for a variety of matrix storage schemes, real or complex arithmetic, and single or double precision.
Cleve Moler