MyMatrix example 1.0
MyMatrix example
|
This is the complete list of members for MyMatrix, including all inherited members.
Adjunct(int i_row, int i_col) const | MyMatrix | |
Determinant() const | MyMatrix | |
DivElByEl(const MyMatrix &other) const | MyMatrix | |
Eye(int size) | MyMatrix | static |
GetAt(int iRow, int iCol) const | MyMatrix | inline |
GetCol(int i_col) const | MyMatrix | |
GetCols() const | MyMatrix | inline |
GetRow(int i_row) const | MyMatrix | |
GetRows() const | MyMatrix | inline |
GetSubmatrix(int i_row, int n_rows, int i_col, int n_cols) const | MyMatrix | |
IsEqual(const MyMatrix &other, double tolerance=1.0e-6) const | MyMatrix | |
IsValid() const | MyMatrix | inline |
MyMatrix() | MyMatrix | |
MyMatrix(int nrows, int ncols, dataType value=NAN) | MyMatrix | |
MyMatrix(const std::string &dataTxt) | MyMatrix | |
MyMatrix(const std::vector< dataType > &data, bool rowVector=true) | MyMatrix | |
MyMatrix(const MyMatrix &other) | MyMatrix | |
operator()(int iRow, int iCol) | MyMatrix | inline |
operator()(int iRow, int iCol) const | MyMatrix | inline |
operator*(dataType scalar) const | MyMatrix | |
operator*(const MyMatrix &other) const | MyMatrix | |
operator*(dataType scalar, const MyMatrix &m) | MyMatrix | related |
operator+(dataType scalar) const | MyMatrix | |
operator+(const MyMatrix &other) const | MyMatrix | |
operator+(dataType scalar, const MyMatrix &m) | MyMatrix | related |
operator-(dataType scalar) const | MyMatrix | |
operator-(const MyMatrix &other) const | MyMatrix | |
operator-(dataType scalar, const MyMatrix &m) | MyMatrix | related |
operator/(dataType scalar) const | MyMatrix | |
operator<<(std::ostream &out, const MyMatrix &m) | MyMatrix | related |
operator=(const MyMatrix &other) | MyMatrix | |
operator>>(std::istream &in, MyMatrix &m) | MyMatrix | related |
ProdElByEl(const MyMatrix &other) const | MyMatrix | |
SetAt(int iRow, int iCol, dataType value) | MyMatrix | inline |
SetPrecisionAndFormat(std::ostream &out, int nDigits, int nDecimals) | MyMatrix | related |
Transpose() const | MyMatrix | |
~MyMatrix() | MyMatrix |