3x3 direct matrix inversion using Cramer Rule use only for FastInverter
Static Public Member Functions | |
template<class T > | |
static bool | Dinv (MatRepSym< T, 3 > &rhs) |
Inversion for a 3x3 symmetric matrix. More... | |
template<class MatrixRep > | |
static bool | Dinv (MatrixRep &rhs) |
Inversion for a 3x3 matrix. More... | |
#include <Math/Dinv.h>
|
static |
Inversion for a 3x3 symmetric matrix.
Definition at line 42 of file CramerInversionSym.icc.
|
static |
Inversion for a 3x3 matrix.
Definition at line 44 of file CramerInversion.icc.