Scythe-1.0.3
|
The result of an eigenvalue/vector decomposition. More...
#include <scythestat/ide.h>
Public Attributes | |
Matrix | values |
Matrix | vectors |
The result of an eigenvalue/vector decomposition.
Objects of this type hold the results of the eigen() function. That is the eigenvalues and, optionally, the eigenvectors of a symmetric matrix of order . The eigenvalues are stored in ascending order in the member column vector values. The vectors are stored in the matrix vectors.