void Routines for symmetric eigenvalue problems.::mxTriEig

(Vec* a,
  Vec* b,
  Mat* mat_q)

Finds eigenvalues of symmetric tridiagonal matrices.

Documentation

Finds eigenvalues of symmetric tridiagonal matrices. The matrix is represented by a pair of vectors a (diag entries) and b (sub-diag and super-diag entries). Eigenvalues in a on return, and eigenvectors in mat_q, if this one is not NULL.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.