#include <MatrixEig.h>
Public Member Functions | |
MatrixEig () | |
template<class T > | |
MatrixEig (const Matrix< T > &m) | |
ScalarSeq< double > & | eigenvalues () |
MatrixSeq< double > & | eigenvectors () |
Protected Attributes | |
size_t | _n |
ScalarSeq< double > | _eigvals |
MatrixSeq< double > | _eigvecs |
QDOS::MatrixEig::MatrixEig | ( | ) | [inline] |
QDOS::MatrixEig::MatrixEig | ( | const Matrix< T > & | m | ) | [inline] |
ScalarSeq<double>& QDOS::MatrixEig::eigenvalues | ( | ) | [inline] |
MatrixSeq<double>& QDOS::MatrixEig::eigenvectors | ( | ) | [inline] |
ScalarSeq<double> QDOS::MatrixEig::_eigvals [protected] |
MatrixSeq<double> QDOS::MatrixEig::_eigvecs [protected] |
size_t QDOS::MatrixEig::_n [protected] |