v2DM-DOCI
1.0
|
This is the complete list of members for helpers::matrix, including all inherited members.
getm() const | helpers::matrix | |
getn() const | helpers::matrix | |
getpointer() const | helpers::matrix | |
m | helpers::matrix | private |
mat | helpers::matrix | private |
matrix() | helpers::matrix | |
matrix(int n_, int m_) | helpers::matrix | |
matrix(const matrix &orig) | helpers::matrix | |
matrix(matrix &&orig) | helpers::matrix | |
n | helpers::matrix | private |
operator()(int x, int y) const | helpers::matrix | |
operator()(int x, int y) | helpers::matrix | |
operator=(const matrix &orig) | helpers::matrix | |
operator=(double val) | helpers::matrix | |
operator[](int x) | helpers::matrix | |
operator[](int x) const | helpers::matrix | |
Print() const | helpers::matrix | |
prod(matrix const &A, matrix const &B) | helpers::matrix | |
ReadFromFile(std::string filename) const | helpers::matrix | |
SaveToFile(std::string filename) const | helpers::matrix | |
svd() | helpers::matrix | |
sym_eig() | helpers::matrix | |
trace() const | helpers::matrix | |
~matrix() | helpers::matrix | inlinevirtual |