#ifndef ROOT_TMatrixTCramerInv
#define ROOT_TMatrixTCramerInv
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
#ifndef ROOT_TMatrixT
#include "TMatrixT.h"
#endif
namespace TMatrixTCramerInv {
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);
}
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.