MyMatrix example 1.0
MyMatrix example
Loading...
Searching...
No Matches
MyMatrix Member List

This is the complete list of members for MyMatrix, including all inherited members.

Adjunct(int i_row, int i_col) constMyMatrix
Determinant() constMyMatrix
DivElByEl(const MyMatrix &other) constMyMatrix
Eye(int size)MyMatrixstatic
GetAt(int iRow, int iCol) constMyMatrixinline
GetCol(int i_col) constMyMatrix
GetCols() constMyMatrixinline
GetRow(int i_row) constMyMatrix
GetRows() constMyMatrixinline
GetSubmatrix(int i_row, int n_rows, int i_col, int n_cols) constMyMatrix
IsEqual(const MyMatrix &other, double tolerance=1.0e-6) constMyMatrix
IsValid() constMyMatrixinline
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)MyMatrixinline
operator()(int iRow, int iCol) constMyMatrixinline
operator*(dataType scalar) constMyMatrix
operator*(const MyMatrix &other) constMyMatrix
operator*(dataType scalar, const MyMatrix &m)MyMatrixrelated
operator+(dataType scalar) constMyMatrix
operator+(const MyMatrix &other) constMyMatrix
operator+(dataType scalar, const MyMatrix &m)MyMatrixrelated
operator-(dataType scalar) constMyMatrix
operator-(const MyMatrix &other) constMyMatrix
operator-(dataType scalar, const MyMatrix &m)MyMatrixrelated
operator/(dataType scalar) constMyMatrix
operator<<(std::ostream &out, const MyMatrix &m)MyMatrixrelated
operator=(const MyMatrix &other)MyMatrix
operator>>(std::istream &in, MyMatrix &m)MyMatrixrelated
ProdElByEl(const MyMatrix &other) constMyMatrix
SetAt(int iRow, int iCol, dataType value)MyMatrixinline
SetPrecisionAndFormat(std::ostream &out, int nDigits, int nDecimals)MyMatrixrelated
Transpose() constMyMatrix
~MyMatrix()MyMatrix