12#ifndef ROOT_TMatrixTLazy
13#define ROOT_TMatrixTLazy
29template<
class Element>
class TVectorT;
31template<
class Element>
class TMatrixT;
#define ClassDef(name, id)
void FillIn(TMatrixT< Element > &m) const
virtual ~THilbertMatrixTSym()
void FillIn(TMatrixTSym< Element > &m) const
void FillIn(TMatrixT< Element > &m) const
virtual ~THilbertMatrixT()
Templates of Lazy Matrix classes.
TMatrixTLazy(const TMatrixTLazy< Element > &)
TMatrixTLazy(Int_t nrows, Int_t ncols)
virtual void FillIn(TMatrixT< Element > &m) const =0
void operator=(const TMatrixTLazy< Element > &)
TMatrixTLazy(Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
TMatrixTSymLazy(Int_t row_lwb, Int_t row_upb)
void operator=(const TMatrixTSymLazy< Element > &)
TMatrixTSymLazy(const TMatrixTSymLazy< Element > &)
virtual ~TMatrixTSymLazy()
TMatrixTSymLazy(Int_t nrows)
virtual void FillIn(TMatrixTSym< Element > &m) const =0
Mother of all ROOT objects.