12 #ifndef ROOT_TMatrixTLazy
13 #define ROOT_TMatrixTLazy
27 #ifndef ROOT_TMatrixTBase
31 template<
class Element>
class TVectorT;
33 template<
class Element>
class TMatrixT;
66 : fRowUpb(nrows-1),fRowLwb(0),fColUpb(ncols-1),fColLwb(0) { }
68 : fRowUpb(row_upb),fRowLwb(row_lwb),fColUpb(col_upb),fColLwb(col_lwb) { }
107 : fRowUpb(nrows-1),fRowLwb(0) { }
109 : fRowUpb(row_upb),fRowLwb(row_lwb) { }
virtual ~THilbertMatrixT()
void operator=(const TMatrixTLazy< Element > &)
TMatrixTSymLazy(Int_t row_lwb, Int_t row_upb)
TMatrixTLazy(Int_t nrows, Int_t ncols)
TMatrixTLazy(Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
void FillIn(TMatrixT< Element > &m) const
TMatrixTSymLazy(const TMatrixTSymLazy< Element > &)
#define ClassDef(name, id)
void FillIn(TMatrixTSym< Element > &m) const
virtual void FillIn(TMatrixTSym< Element > &m) const =0
virtual ~THilbertMatrixTSym()
void operator=(const TMatrixTSymLazy< Element > &)
virtual void FillIn(TMatrixT< Element > &m) const =0
Mother of all ROOT objects.
void FillIn(TMatrixT< Element > &m) const
virtual ~TMatrixTSymLazy()
TMatrixTLazy(const TMatrixTLazy< Element > &)
TMatrixTSymLazy(Int_t nrows)