ROOT  6.06/08
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

§ Inv2x2()

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

Definition at line 44 of file TMatrixTCramerInv.cxx.

§ Inv3x3()

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

Definition at line 76 of file TMatrixTCramerInv.cxx.

§ Inv4x4()

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

Definition at line 163 of file TMatrixTCramerInv.cxx.

§ Inv5x5()

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

Definition at line 301 of file TMatrixTCramerInv.cxx.

§ Inv6x6()

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

Definition at line 534 of file TMatrixTCramerInv.cxx.