Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::FastInverter< 3 > Class Reference

3x3 direct matrix inversion using Cramer Rule use only for FastInverter

Definition at line 266 of file Dinv.h.

Static Public Member Functions

template<class T>
static bool Dinv (MatRepSym< T, 3 > &rhs)
 Inversion for a 3x3 symmetric matrix.
 
static bool Dinv (MatRepSym< T, idim > &rhs)
 
static bool Dinv (MatrixRep &rhs)
 
template<class MatrixRep>
static bool Dinv (MatrixRep &rhs)
 Inversion for a 3x3 matrix.
 

#include <Math/Dinv.h>

Member Function Documentation

◆ Dinv() [1/4]

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

Inversion for a 3x3 symmetric matrix.

Definition at line 42 of file CramerInversionSym.icc.

◆ Dinv() [2/4]

static bool ROOT::Math::FastInverter< idim, idim >::Dinv ( MatRepSym< T, idim > & rhs)
inlinestatic

Definition at line 152 of file Dinv.h.

◆ Dinv() [3/4]

static bool ROOT::Math::FastInverter< idim, idim >::Dinv ( MatrixRep & rhs)
inlinestatic

Definition at line 148 of file Dinv.h.

◆ Dinv() [4/4]

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

Inversion for a 3x3 matrix.

Definition at line 44 of file CramerInversion.icc.


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