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

5x5 Matrix inversion using Cramers rule.

Definition at line 297 of file Dinv.h.

Static Public Member Functions

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

#include <Math/Dinv.h>

Member Function Documentation

◆ Dinv() [1/2]

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

Inversion for a 5x5 symmetric matrix.

Definition at line 245 of file CramerInversionSym.icc.

◆ Dinv() [2/2]

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

Inversion for a 5x5 matrix.

Definition at line 277 of file CramerInversion.icc.


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