Logo ROOT   6.12/07
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::FastInverter< 4 > Class Template Reference

template<>
class ROOT::Math::FastInverter< 4 >

4x4 matrix inversion using Cramers rule.

Definition at line 282 of file Dinv.h.

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>

Member Function Documentation

◆ Dinv() [1/2]

template<class MatrixRep >
bool ROOT::Math::FastInverter< 4 >::Dinv ( MatrixRep &  rhs)
static

Inversion for a 4x4 matrix.

Definition at line 135 of file CramerInversion.icc.

◆ Dinv() [2/2]

template<class T >
bool ROOT::Math::FastInverter< 4 >::Dinv ( MatRepSym< T, 4 > &  rhs)
static

Inversion for a 4x4 symmetric matrix.

Definition at line 128 of file CramerInversionSym.icc.


The documentation for this class was generated from the following files: