OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
This is the complete list of members for Matrix3D, including all inherited members.
Identity() | Matrix3D | static |
inverse() const | Matrix3D | |
isIdentity() const | Matrix3D | |
m | Matrix3D | private |
Matrix3D() | Matrix3D | inline |
Matrix3D(const Vector3D &a, const Vector3D &b, const Vector3D &c) | Matrix3D | |
Matrix3D(double x11, double x12, double x13, double x21, double x22, double x23, double x31, double x32, double x33) | Matrix3D | |
operator!=(const Matrix3D &) const | Matrix3D | |
operator()(int i, int k) | Matrix3D | inline |
operator()(int i, int k) const | Matrix3D | inline |
operator*=(const Matrix3D &rhs) | Matrix3D | |
operator*=(double factor) | Matrix3D | |
operator+=(const Matrix3D &rhs) | Matrix3D | |
operator-=(const Matrix3D &rhs) | Matrix3D | |
operator==(const Matrix3D &) const | Matrix3D | |
transpose() const | Matrix3D |