EISPACK
EISPACK is an old (1972-1973) library of Fortran 77 routines for
computing eigenvalues and eigenvectors in numerical linear algebra.
Recommendation: Use LAPACK instead of
EISPACK. LAPACK is modern (1990) and is intended to replace EISPACK.
-
Documentation: usage instructions are available as comment lines in
netlib's eispack directory.
Library overview documentation is available as the readme file in
netlib's eispack directory. The
"LAPACK Users' Guide"
has an index Converting from EISPACK or LINPACK which users find
useful.
-
Source code: you may obtain Fortran source from netlib's eispack directory.
-
NCAR users: the EISPACK binary library is available to NCAR computer users,
for linking with Fortran programs, on some of SCD's compute-servers. See
"SCD Computers, Products, and Libraries" for the names of those computers.
If you have questions about linking the binary library on these NCAR systems,
please see
"Linking SCD's Local Fortran Math Libraries".
RETURN