ROOT 6.10/09 Reference Guide |
5x5 Matrix inversion using Cramers rule.
Static Public Member Functions | |
template<class MatrixRep > | |
static bool | Dinv (MatrixRep &rhs) |
Inversion for a 5x5 matrix. More... | |
template<class T > | |
static bool | Dinv (MatRepSym< T, 5 > &rhs) |
Inversion for a 5x5 symmetric matrix. More... | |
#include <Math/Dinv.h>
|
static |
Inversion for a 5x5 matrix.
Definition at line 277 of file CramerInversion.icc.
|
static |
Inversion for a 5x5 symmetric matrix.
Definition at line 245 of file CramerInversionSym.icc.