Routines for symmetric eigenvalue problems.


void mxTriEig(Vec* a, Vec* b, Mat* mat_q)
Finds eigenvalues of symmetric tridiagonal matrices.
void mxSymEig(Mat* mat_a, Mat* mat_q, Vec* out)
Computes eigenvalues of a dense symmetric matrix.


Documentation

Routines for symmetric eigenvalue problems.

Based on the "Meschach Library", available at the anonymous ftp site thrain.anu.edu.au in the directory pub/meschach.

Author:
David E. Stewart (david.stewart@anu.edu.au) Zbigniew Leyk (zbigniew.leyk@anu.edu.au) Ronan Collobert (collober@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



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