ROOT 6.14/05 Reference Guide |
4x4 matrix inversion using Cramers rule.
Static Public Member Functions | |
template<class MatrixRep > | |
static bool | Dinv (MatrixRep &rhs) |
Inversion for a 4x4 matrix. More... | |
template<class T > | |
static bool | Dinv (MatRepSym< T, 4 > &rhs) |
Inversion for a 4x4 symmetric matrix. More... | |
#include <Math/Dinv.h>
|
static |
Inversion for a 4x4 matrix.
Definition at line 135 of file CramerInversion.icc.
|
static |
Inversion for a 4x4 symmetric matrix.
Definition at line 128 of file CramerInversionSym.icc.