Expanded Eigenvalue Decomposition Object

DESCRIPTION:
These are objects of class "expand.eigen.Matrix" They represent the eigenvalue decomposition of a matrix.

GENERATION:
This class of objects is returned from the expand.eigen.Matrix function to represent an eigenvalue decomposition.

STRUCTURE:
The following components must be included in a legitimate "expand.eigen.Matrix" object:
values:
a vector containing the eigenvalues of the matrix.
vectors:
the eigen vectors of the matrix. A list with two components labeled left and right, each of which contains the corresponding matrix of eigenvectors stored columnwise.

SEE ALSO:
eigen.Matrix , expand .