12 #ifndef ROOT_TMatrixTSymCramerInv
13 #define ROOT_TMatrixTSymCramerInv
30 namespace TMatrixTSymCramerInv {
32 template<
class Element> Bool_t Inv2x2(TMatrixTSym<Element> &m,Double_t *determ);
33 template<
class Element> Bool_t Inv3x3(TMatrixTSym<Element> &m,Double_t *determ);
34 template<
class Element> Bool_t Inv4x4(TMatrixTSym<Element> &m,Double_t *determ);
35 template<
class Element> Bool_t Inv5x5(TMatrixTSym<Element> &m,Double_t *determ);
36 template<
class Element> Bool_t Inv6x6(TMatrixTSym<Element> &m,Double_t *determ);