| MyraMath
    | 
Return type of complex-valued geevd(), encapsulates (D,L,R). More...
#include <geevd.h>
| Public Types | |
| typedef std::complex< Precision > | Number | 
| Useful typedef. | |
| Public Attributes | |
| DiagonalMatrix< Number > | D | 
| Eigenvalues of A. | |
| Matrix< Number > | R | 
| Matrix R that satisfies the right eigenstatement, A*R = R*D. | |
| Matrix< Number > | L | 
| Matrix L that satisfies the left eigenstatement, L'*A = D*L'. | |
Return type of complex-valued geevd(), encapsulates (D,L,R).
 1.8.13
 1.8.13