| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These routines are intended for "small" systems where simple algorithms are acceptable. Anyone interested finding eigenvalues and eigenvectors of large matrices will want to use the sophisticated routines found in LAPACK. The Fortran version of LAPACK is recommended as the standard package for linear algebra.
The functions described in this chapter are declared in the header file `gsl_eigen.h'.
13.1 Real Symmetric Matrices 13.2 Complex Hermitian Matrices 13.3 Sorting Eigenvalues and Eigenvectors 13.4 Examples 13.5 References and Further Reading