OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Matrix3D Member List

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

Identity()Matrix3Dstatic
inverse() const Matrix3D
isIdentity() const Matrix3D
mMatrix3Dprivate
Matrix3D()Matrix3Dinline
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)Matrix3Dinline
operator()(int i, int k) const Matrix3Dinline
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