EISPACK
EISPACK is a historic software library of Fortran subroutines designed to compute eigenvalues and eigenvectors of matrices. It provided a portable, machine-independent collection for real and complex data, covering a range of matrix classes including general dense matrices and certain structured forms such as symmetric or Hermitian.
The package consists of modular subroutines intended to solve eigenvalue problems, returning eigenvalues and, where available,
EISPACK is a predecessor to modern linear algebra libraries such as LAPACK. In the 1990s, LAPACK reimplemented