#include <Matrix.h>
Public Attributes | |
| Matrix * | ev_real | 
| The real component of the eigenvectors in matrix form.  | |
| Matrix * | ev_imaginary | 
| The imaginary component of the eigenvectors in matrix form.  | |
| 
std::vector< std::complex < double > >  | eigs | 
| The corresponding complex eigenvalues.  | |
struct ComplexEigenPair is a struct to hold the real and imaginary eigenvectors of a matrix along with its eigenvalues.
 1.8.5