This is the complete list of members for Matrix< T >, including all inherited members.
| cols() const | Matrix< T > | |
| diagonalize() | Matrix< T > | |
| diagonalize(int numEigenvalues, bool checkNegativeEigenvalues=true) | Matrix< T > | |
| dot(const Matrix< T > &that) | Matrix< T > | |
| eye() | Matrix< T > | |
| getAllLocalStates() | Matrix< T > | |
| getMemory() const | Matrix< T > | |
| indicesAreLocal(const int &row, const int &col) | Matrix< T > | |
| localCols() const | Matrix< T > | |
| localRows() const | Matrix< T > | |
| Matrix(const int &numRows, const int &numCols, const int &numBlocksRows=0, const int &numBlocksCols=0, bool isDistributed_=false) | Matrix< T > | |
| Matrix() | Matrix< T > | |
| Matrix(const Matrix< T > &that) | Matrix< T > | |
| norm() | Matrix< T > | |
| operator()(const int &row, const int &col) | Matrix< T > | |
| operator()(const int &row, const int &col) const | Matrix< T > | |
| operator*=(const T &that) | Matrix< T > | inline |
| operator+=(const Matrix< T > &m1) | Matrix< T > | inline |
| operator-() const | Matrix< T > | |
| operator-=(const Matrix< T > &m1) | Matrix< T > | inline |
| operator/=(const T &that) | Matrix< T > | inline |
| operator=(const Matrix< T > &that) | Matrix< T > | |
| outputToHDF5() | Matrix< T > | |
| prod(const Matrix< T > &that, const char &trans1, const char &trans2) | Matrix< T > | |
| rows() const | Matrix< T > | |
| size() const | Matrix< T > | |
| squaredNorm() | Matrix< T > | |
| symmetrize() | Matrix< T > | |
| ~Matrix() | Matrix< T > |