Hermitian Eigenvalue Decomposition Object

DESCRIPTION:
These are objects of class "eigen.Hermitian" They represent the eigenvalue decomposition of a symmetric or Hermitian matrix.

GENERATION:
This class of objects is returned from the eigen.Hermitian function to represent a Hermitian eigenvalue decomposition.

METHODS:
The "eigen.Hermitian" classes of objects have methods for the following generic functions: det, norm, rcond, solve

STRUCTURE:
The following components must be included in a legitimate "eigen.Hermitian" object:
values:
a vector containing the eigenvalues of the matrix.
vectors:
the orthonormal matrix of eigenvectors, stored columnwise.

SEE ALSO:
eigen.Matrix .