|
LRAUV
revA
|
This is the complete list of members for Matrix3x3, including all inherited members.
| decomposeLU() | Matrix3x3 | |
| Delete2D(double **array) | I2D< double > | inlinestatic |
| getM() const | Matrix3x3 | inlinevirtual |
| getN() const | Matrix3x3 | inlinevirtual |
| getPtr1d() | Matrix3x3 | inlinevirtual |
| getPtr2d() | Matrix3x3 | inlinevirtual |
| I2D() | I2D< double > | inlineprotected |
| I2D(const I2D &) | I2D< double > | inlineprotected |
| invert() | Matrix3x3 | |
| Matrix3x3() | Matrix3x3 | |
| Matrix3x3(const double &init) | Matrix3x3 | |
| Matrix3x3(const double value11, const double value12, const double value13, const double value21, const double value22, const double value23, const double value31, const double value32, const double value33) | Matrix3x3 | |
| Matrix3x3(Point6D pos) | Matrix3x3 | |
| mult(Point3D &lhs, Point3D &rhs) const | Matrix3x3 | |
| New2D(int m, int n, bool extra=false) | I2D< double > | inlinestatic |
| operator()(int index1, int index2) | Matrix3x3 | |
| operator*=(const double rhs) | Matrix3x3 | |
| operator+=(const Matrix3x3 &rhs) | Matrix3x3 | |
| operator-=(const Matrix3x3 &rhs) | Matrix3x3 | |
| operator=(const Matrix3x3 &rhs) | Matrix3x3 | |
| operator=(const double rhs) | Matrix3x3 | |
| operator==(const Matrix3x3 &rhs) | Matrix3x3 | |
| set(int index1, int index2, const double value) | Matrix3x3 | |
| solveLU(Point3D &b, Point3D &x) const | Matrix3x3 | |
| toString() const | Matrix3x3 | |
| transpose() | Matrix3x3 | |
| value2d_ | Matrix3x3 | protected |
| value_ | Matrix3x3 | protected |
| ~I2D() | I2D< double > | inlinevirtual |