#include <scythestat/ide.h>
Collaboration diagram for scythe::Eigen:

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.
Public Attributes | |
| Matrix | values |
| Matrix | vectors |
1.4.7