void Routines for symmetric eigenvalue problems.::mxSymEig

(Mat* mat_a,
  Mat* mat_q,
  Vec* out)

Computes eigenvalues of a dense symmetric matrix.

Documentation

Computes eigenvalues of a dense symmetric matrix. mat_a must be symmetric on entry. Eigenvalues stored in out. mat_q contains orthogonal matrix of eigenvectors if not NULL.

Alphabetic index HTML hierarchy of classes or Java



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