![]() |
OpenIndy-Core
0.2.0.43
|
This is the complete list of members for oi::math::OiMat, including all inherited members.
det() const | oi::math::OiMat | |
diag(vector< double > diagVec) | oi::math::OiMat | |
getAt(const int &row, const int &col) const | oi::math::OiMat | |
getCol(OiVec &result, const int &col) const | oi::math::OiMat | |
getColCount() const | oi::math::OiMat | |
getRotationMatrix(double angle, OiVec axis) | oi::math::OiMat | static |
getRotationMatrix(double angle, Rotation::RotationAxis axis) | oi::math::OiMat | static |
getRotationMatrix(RotationChain rotationChain) | oi::math::OiMat | static |
getRow(OiVec &result, const int &row) const | oi::math::OiMat | |
getRowCount() const | oi::math::OiMat | |
inv() const | oi::math::OiMat | |
myLinearAlgebra | oi::math::OiMat | static |
OiMat() | oi::math::OiMat | |
OiMat(const int &rows, const int &cols) | oi::math::OiMat | |
operator*(const OiMat &m) const | oi::math::OiMat | |
operator*(const double &value) const | oi::math::OiMat | |
operator*(const OiVec &v) const | oi::math::OiMat | |
operator*(const double &value, const OiMat &m) | oi::math::OiMat | friend |
operator+(const OiMat &m) const | oi::math::OiMat | |
operator+=(const OiMat &m) | oi::math::OiMat | |
operator-(const OiMat &m) const | oi::math::OiMat | |
operator-=(const OiMat &m) | oi::math::OiMat | |
operator/(const OiMat &m, const double &value) | oi::math::OiMat | friend |
operator=(const OiMat &m) | oi::math::OiMat | |
replace(const OiMat &m) | oi::math::OiMat | |
setAt(const int &row, const int &col, const double &value) | oi::math::OiMat | |
setCol(const int &index, const OiVec &col) | oi::math::OiMat | |
setRow(const int &index, const OiVec &row) | oi::math::OiMat | |
solve(OiVec &x, const OiMat &A, const OiVec &b) | oi::math::OiMat | static |
solve(OiMat &X, const OiMat &A, const OiMat &B) | oi::math::OiMat | static |
svd(OiMat &u, OiVec &d, OiMat &v) const | oi::math::OiMat | |
t() const | oi::math::OiMat |