#include <Matrix.h>
Public Attributes | |
| Matrix * | ev |
| The eigenvectors in matrix form. | |
| std::vector< double > | eigs |
| The corresponding eigenvalues. | |
struct EigenPair is a struct to hold the real eigenvectors of a matrix along with its real eigenvalues.
1.8.5