Go to the source code of this file.
Namespaces | |
gte | |
Typedefs | |
template<typename Real > | |
using | gte::Matrix3x3 = Matrix< 3, 3, Real > |
Functions | |
template<typename Real > | |
Matrix3x3< Real > | gte::Adjoint (Matrix3x3< Real > const &M) |
template<typename Real > | |
Real | gte::Determinant (Matrix3x3< Real > const &M) |
template<typename Real > | |
Matrix3x3< Real > | gte::Inverse (Matrix3x3< Real > const &M, bool *reportInvertibility=nullptr) |
template<typename Real > | |
Real | gte::Trace (Matrix3x3< Real > const &M) |