Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces
Dinv.h File Reference
#include "Math/CholeskyDecomp.h"
#include "Math/MatrixRepresentationsStatic.h"
#include "TError.h"
#include "CramerInversion.icc"
#include "CramerInversionSym.icc"
#include "MatrixInversion.icc"
Include dependency graph for Dinv.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::CholInverter< idim >
 
class  ROOT::Math::FastInverter< idim, n >
 Fast Matrix Inverter class Class to specialize calls to Dinv. More...
 
class  ROOT::Math::FastInverter< 3 >
 3x3 direct matrix inversion using Cramer Rule use only for FastInverter More...
 
class  ROOT::Math::FastInverter< 4 >
 4x4 matrix inversion using Cramers rule. More...
 
class  ROOT::Math::FastInverter< 5 >
 5x5 Matrix inversion using Cramers rule. More...
 
class  ROOT::Math::Inverter< idim, n >
 Matrix Inverter class Class to specialize calls to Dinv. More...
 
class  ROOT::Math::Inverter< 0 >
 Inverter<0>. More...
 
class  ROOT::Math::Inverter< 1 >
 1x1 matrix inversion \(a_{11} \to 1/a_{11}\) More...
 
class  ROOT::Math::Inverter< 2 >
 2x2 matrix inversion using Cramers rule. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math