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

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

#include <geevd.h>

Collaboration diagram for myra::rgeevd_output< Precision >:
[legend]

Public Types

typedef std::complex< Precision > Number
 Useful typedef.
 

Public Member Functions

Matrix< NumberR () const
 Returns Matrix R that satisfies the right eigenstatement, A*R = R*D.
 
Matrix< NumberL () const
 Returns Matrix L that satisfies the left eigenstatement, L'*A = D*L'.
 

Public Attributes

DiagonalMatrix< NumberD
 Eigenvalues of A.
 
Matrix< Precision > R_economy
 Economic storage for R, twiddled conjugate pairs of eigenvectors.
 
Matrix< Precision > L_economy
 Economic storage for L, twiddled conjugate pairs of eigenvectors.
 

Detailed Description

template<class Precision>
class myra::rgeevd_output< Precision >

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


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