toms384, a Fortran77 code which implements ACM toms algorithm 384, for computing the eigenvalues and eigenvectors of a symmetric matrix.
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.
toms384 is available in a Fortran77 version.
eispack, a Fortran90 library which can compute eigenvalues and eigenvectors of a variety of matrix types.
LAPACK_EXAMPLES, a Fortran90 program which demonstrates the use of the LAPACK linear algebra library.
TEST_MAT, a Fortran90 library which defines matrices with various properties for testing linear algebra software.