|
ROOT 6.13/01 Reference Guide |
Definition at line 161 of file TMatrixTLazy.h.
Public Member Functions | |
| THilbertMatrixTSym () | |
| THilbertMatrixTSym (Int_t no_rows) | |
| THilbertMatrixTSym (Int_t row_lwb, Int_t row_upb) | |
| virtual | ~THilbertMatrixTSym () |
Public Member Functions inherited from TMatrixTSymLazy< Element > | |
| TMatrixTSymLazy () | |
| TMatrixTSymLazy (Int_t nrows) | |
| TMatrixTSymLazy (Int_t row_lwb, Int_t row_upb) | |
| virtual | ~TMatrixTSymLazy () |
| Int_t | GetRowLwb () const |
| Int_t | GetRowUpb () const |
Private Member Functions | |
| void | FillIn (TMatrixTSym< Element > &m) const |
Additional Inherited Members | |
Protected Member Functions inherited from TMatrixTSymLazy< Element > | |
| TMatrixTSymLazy (const TMatrixTSymLazy< Element > &) | |
| void | operator= (const TMatrixTSymLazy< Element > &) |
Protected Attributes inherited from TMatrixTSymLazy< Element > | |
| Int_t | fRowLwb |
| Int_t | fRowUpb |
#include <TMatrixTLazy.h>
|
inline |
Definition at line 167 of file TMatrixTLazy.h.
| THilbertMatrixTSym< Element >::THilbertMatrixTSym | ( | Int_t | no_rows | ) |
Definition at line 182 of file TMatrixTLazy.cxx.
| THilbertMatrixTSym< Element >::THilbertMatrixTSym | ( | Int_t | row_lwb, |
| Int_t | row_upb | ||
| ) |
Definition at line 192 of file TMatrixTLazy.cxx.
|
inlinevirtual |
Definition at line 170 of file TMatrixTLazy.h.
|
privatevirtual |
Implements TMatrixTSymLazy< Element >.
Definition at line 222 of file TMatrixTLazy.cxx.