MyraMath
Public Types | Public Attributes | List of all members
myra::zgeevd_output< Precision > Class Template Reference

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< NumberD
 Eigenvalues of A.
 
Matrix< NumberR
 Matrix R that satisfies the right eigenstatement, A*R = R*D.
 
Matrix< NumberL
 Matrix L that satisfies the left eigenstatement, L'*A = D*L'.
 

Detailed Description

template<class Precision>
class myra::zgeevd_output< Precision >

Return type of complex-valued geevd(), encapsulates (D,L,R).


The documentation for this class was generated from the following file: