Logo ROOT   6.10/09
Reference Guide
List of all members | Static Public Member Functions | List of all members
ROOT::Math::Inverter< 2 > Class Template Reference

template<>
class ROOT::Math::Inverter< 2 >

2x2 matrix inversion using Cramers rule.

Author
T. Glebe

Definition at line 209 of file Dinv.h.

Static Public Member Functions

template<class MatrixRep >
static bool Dinv (MatrixRep &rhs)
 
template<class T >
static bool Dinv (MatRepSym< T, 2 > &rep)
 

#include <Math/Dinv.h>

Member Function Documentation

◆ Dinv() [1/2]

template<class MatrixRep >
static bool ROOT::Math::Inverter< 2 >::Dinv ( MatrixRep &  rhs)
inlinestatic

Definition at line 213 of file Dinv.h.

◆ Dinv() [2/2]

template<class T >
static bool ROOT::Math::Inverter< 2 >::Dinv ( MatRepSym< T, 2 > &  rep)
inlinestatic

Definition at line 236 of file Dinv.h.


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