#ifndef ROOT_TMatrixTSymCramerInv
#define ROOT_TMatrixTSymCramerInv
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
#ifndef ROOT_TMatrixTSym
#include "TMatrixTSym.h"
#endif
namespace TMatrixTSymCramerInv {
template<class Element> Bool_t Inv2x2(TMatrixTSym<Element> &m,Double_t *determ);
template<class Element> Bool_t Inv3x3(TMatrixTSym<Element> &m,Double_t *determ);
template<class Element> Bool_t Inv4x4(TMatrixTSym<Element> &m,Double_t *determ);
template<class Element> Bool_t Inv5x5(TMatrixTSym<Element> &m,Double_t *determ);
template<class Element> Bool_t Inv6x6(TMatrixTSym<Element> &m,Double_t *determ);
}
#endif
Last change: Wed Jun 25 08:49:23 2008
Last generated: 2008-06-25 08:49
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.