ROOT 6.13/01 Reference Guide |
Definition at line 141 of file TMatrixTLazy.h.
Public Member Functions | |
THilbertMatrixT () | |
THilbertMatrixT (Int_t no_rows, Int_t no_cols) | |
THilbertMatrixT (Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
virtual | ~THilbertMatrixT () |
Public Member Functions inherited from TMatrixTLazy< Element > | |
TMatrixTLazy () | |
TMatrixTLazy (Int_t nrows, Int_t ncols) | |
TMatrixTLazy (Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
virtual | ~TMatrixTLazy () |
Int_t | GetColLwb () const |
Int_t | GetColUpb () const |
Int_t | GetRowLwb () const |
Int_t | GetRowUpb () const |
Private Member Functions | |
void | FillIn (TMatrixT< Element > &m) const |
Additional Inherited Members | |
Protected Member Functions inherited from TMatrixTLazy< Element > | |
TMatrixTLazy (const TMatrixTLazy< Element > &) | |
void | operator= (const TMatrixTLazy< Element > &) |
Protected Attributes inherited from TMatrixTLazy< Element > | |
Int_t | fColLwb |
Int_t | fColUpb |
Int_t | fRowLwb |
Int_t | fRowUpb |
#include <TMatrixTLazy.h>
|
inline |
Definition at line 147 of file TMatrixTLazy.h.
THilbertMatrixT< Element >::THilbertMatrixT | ( | Int_t | no_rows, |
Int_t | no_cols | ||
) |
Definition at line 124 of file TMatrixTLazy.cxx.
THilbertMatrixT< Element >::THilbertMatrixT | ( | Int_t | row_lwb, |
Int_t | row_upb, | ||
Int_t | col_lwb, | ||
Int_t | col_upb | ||
) |
Definition at line 136 of file TMatrixTLazy.cxx.
|
inlinevirtual |
Definition at line 150 of file TMatrixTLazy.h.
|
privatevirtual |
Implements TMatrixTLazy< Element >.
Definition at line 174 of file TMatrixTLazy.cxx.