_cols | LinAlg::Matrix< Type > | [private] |
_resize(int Rows, int Cols) | LinAlg::Matrix< Type > | [inline, private] |
_rows | LinAlg::Matrix< Type > | [private] |
_set(int Rows, int Cols) | LinAlg::Matrix< Type > | [inline, private] |
_set(int Rows, int Cols, std::string const &strVals) | LinAlg::Matrix< Type > | [inline, private] |
_set_sym(int N, std::string const &strDiagonal, std::string const &strUpperTriang) | LinAlg::Matrix< Type > | [inline, private] |
_values | LinAlg::Matrix< Type > | [private] |
Cols() const | LinAlg::Matrix< Type > | [inline] |
Det() const | LinAlg::Matrix< Type > | [inline] |
GetPtr() | LinAlg::Matrix< Type > | [inline] |
GetPtr() const | LinAlg::Matrix< Type > | [inline] |
Inv(Matrix< Type > &inv) const | LinAlg::Matrix< Type > | [inline] |
Matrix() | LinAlg::Matrix< Type > | [inline] |
Matrix(int Rows, int Cols) | LinAlg::Matrix< Type > | [inline] |
Matrix(int Rows, int Cols, std::string const &strVals) | LinAlg::Matrix< Type > | [inline] |
Matrix(int N, std::string const &strDiagonal, std::string const &strUpperTriang) | LinAlg::Matrix< Type > | [inline] |
Matrix(Matrix< Type > const &Other) | LinAlg::Matrix< Type > | [inline] |
operator()(int i, int j) | LinAlg::Matrix< Type > | [inline] |
operator()(int i, int j) const | LinAlg::Matrix< Type > | [inline] |
operator+=(const Matrix< Type > &R) | LinAlg::Matrix< Type > | [inline] |
operator+=(const expression< t_exp, Matrix< Type > > &Exp) | LinAlg::Matrix< Type > | [inline] |
operator-=(const Matrix< Type > &R) | LinAlg::Matrix< Type > | [inline] |
operator-=(const expression< t_exp, Matrix< Type > > &Exp) | LinAlg::Matrix< Type > | [inline] |
operator=(const Matrix< Type > &R) | LinAlg::Matrix< Type > | [inline] |
operator=(Type const &Num) | LinAlg::Matrix< Type > | [inline] |
operator=(const expression< t_exp, Matrix< Type > > &Exp) | LinAlg::Matrix< Type > | [inline] |
Reset(std::string const &strVals) | LinAlg::Matrix< Type > | [inline] |
Resize(int Rows, int Cols) | LinAlg::Matrix< Type > | [inline] |
Rows() const | LinAlg::Matrix< Type > | [inline] |
Set(int Rows, int Cols) | LinAlg::Matrix< Type > | [inline] |
Set(int Rows, int Cols, std::string const &strVals) | LinAlg::Matrix< Type > | [inline] |
Set(int N, std::string const &strDiagonal, std::string const &strUpperTriang) | LinAlg::Matrix< Type > | [inline] |
SetValues(Type Value) | LinAlg::Matrix< Type > | [inline] |
Trn(Matrix< Type > &trn) const | LinAlg::Matrix< Type > | [inline] |
~Matrix() | LinAlg::Matrix< Type > | [inline] |