|
ESyS-Particle
2.3.4
|
This is the complete list of members for Matrix3, including all inherited members.
| det() | Matrix3 | |
| eigen(Vec3 &, Vec3 &, Vec3 &, double &, double &, double &) | Matrix3 | |
| inv() | Matrix3 | |
| invert() | Matrix3 | |
| m | Matrix3 | private |
| Matrix3() | Matrix3 | |
| Matrix3(const Vec3 &, const Vec3 &, const Vec3 &) | Matrix3 | |
| Matrix3(const double[3][3]) | Matrix3 | |
| Matrix3(const Matrix3 &) | Matrix3 | |
| norm() const | Matrix3 | |
| operator()(int i, int j) const | Matrix3 | inline |
| operator()(int i, int j) | Matrix3 | inline |
| operator*(const Vec3 &) const | Matrix3 | |
| operator*(double) const | Matrix3 | |
| operator*(const Matrix3 &) const | Matrix3 | |
| operator*(double, const Matrix3 &) | Matrix3 | friend |
| operator+(const Matrix3 &) const | Matrix3 | |
| operator+=(const Matrix3 &) | Matrix3 | |
| operator-(const Matrix3 &) const | Matrix3 | |
| operator/(double) const | Matrix3 | |
| operator<<(ostream &, const Matrix3 &) | Matrix3 | friend |
| operator=(const Matrix3 &) | Matrix3 | |
| operator==(const Matrix3 &) const | Matrix3 | |
| solve(const Vec3 &) const | Matrix3 | |
| solve_homogeneous() const | Matrix3 | |
| star(const Vec3 &) | Matrix3 | friend |
| trace() const | Matrix3 | |
| trans() const | Matrix3 | |
| transpose() | Matrix3 | |
| Unit() | Matrix3 | static |
| ~Matrix3() | Matrix3 | virtual |