ROOT  6.06/09
Reference Guide
Functions
TMatrixTCramerInv Namespace Reference

Functions

template<class Element >
Bool_t Inv2x2 (TMatrixT< Element > &m, Double_t *determ)
 
template<class Element >
Bool_t Inv3x3 (TMatrixT< Element > &m, Double_t *determ)
 
template<class Element >
Bool_t Inv4x4 (TMatrixT< Element > &m, Double_t *determ)
 
template<class Element >
Bool_t Inv5x5 (TMatrixT< Element > &m, Double_t *determ)
 
template<class Element >
Bool_t Inv6x6 (TMatrixT< Element > &m, Double_t *determ)
 

Function Documentation

template<class Element >
Bool_t TMatrixTCramerInv::Inv2x2 ( TMatrixT< Element > &  m,
Double_t determ 
)

Definition at line 44 of file TMatrixTCramerInv.cxx.

template<class Element >
Bool_t TMatrixTCramerInv::Inv3x3 ( TMatrixT< Element > &  m,
Double_t determ 
)

Definition at line 76 of file TMatrixTCramerInv.cxx.

template<class Element >
Bool_t TMatrixTCramerInv::Inv4x4 ( TMatrixT< Element > &  m,
Double_t determ 
)

Definition at line 163 of file TMatrixTCramerInv.cxx.

template<class Element >
Bool_t TMatrixTCramerInv::Inv5x5 ( TMatrixT< Element > &  m,
Double_t determ 
)

Definition at line 301 of file TMatrixTCramerInv.cxx.

template<class Element >
Bool_t TMatrixTCramerInv::Inv6x6 ( TMatrixT< Element > &  m,
Double_t determ 
)

Definition at line 534 of file TMatrixTCramerInv.cxx.