|
sisi4s
|
#include <LapackGeneralEigenSystem.hpp>
Classes | |
| class | EigenValueComparator |
Public Member Functions | |
| LapackGeneralEigenSystem (const LapackMatrix< complex > &A_, bool computeRightEigenvectors=true, bool computeLeftEigenvectors=false) | |
| ~LapackGeneralEigenSystem () | |
| const std::vector< complex > & | getEigenValues () const |
| const LapackMatrix< complex > & | getRightEigenVectors () const |
| const LapackMatrix< complex > & | getLeftEigenVectors () const |
| double | rightEigenError (const LapackMatrix< complex > &A) |
| double | leftEigenError (const LapackMatrix< complex > &A) |
| double | biorthogonalError () |
Protected Member Functions | |
| PTR (LapackMatrix< complex >) R | |
| void | orderEigenVectors (const std::vector< std::pair< int, complex > > &sortedEigenValues, LapackMatrix< complex > &U) |
Protected Attributes | |
| L | |
| std::vector< complex > | lambdas |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
protected |
|
inline |
|
protected |
|
protected |