#include <EIG.h>
Public Member Functions | |
v () | |
init (a, calc_eigenvectors) | |
v (a.v) | |
EIG & | operator= (const EIG &a) |
~EIG (void) | |
ComplexColumnVector | eigenvalues (void) const |
ComplexMatrix | eigenvectors (void) const |
Public Attributes | |
__pad0__: lambda () | |
Friends | |
class | Matrix |
class | ComplexMatrix |
std::ostream & | operator<< (std::ostream &os, const EIG &a) |
EIG::~EIG | ( | void | ) | [inline] |
ComplexColumnVector EIG::eigenvalues | ( | void | ) | const [inline] |
ComplexMatrix EIG::eigenvectors | ( | void | ) | const [inline] |
EIG::init | ( | a | , | |
calc_eigenvectors | ||||
) |
EIG::v | ( | a. | v | ) | [inline] |
EIG::v | ( | ) | [inline] |
friend class ComplexMatrix [friend] |
friend class Matrix [friend] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const EIG & | a | |||
) | [friend] |