ROOT 6.13/01 Reference Guide |
Templates of Lazy Matrix classes.
Definition at line 37 of file TMatrixT.h.
Public Member Functions | |
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 |
Protected Member Functions | |
TMatrixTLazy (const TMatrixTLazy< Element > &) | |
void | operator= (const TMatrixTLazy< Element > &) |
Protected Attributes | |
Int_t | fColLwb |
Int_t | fColUpb |
Int_t | fRowLwb |
Int_t | fRowUpb |
Private Member Functions | |
virtual void | FillIn (TMatrixT< Element > &m) const =0 |
Friends | |
class | TMatrixT< Element > |
class | TMatrixTBase< Element > |
class | TVectorT< Element > |
#include <TMatrixT.h>
|
inlineprotected |
Definition at line 55 of file TMatrixTLazy.h.
|
inline |
Definition at line 62 of file TMatrixTLazy.h.
|
inline |
Definition at line 63 of file TMatrixTLazy.h.
|
inline |
Definition at line 65 of file TMatrixTLazy.h.
|
inlinevirtual |
Definition at line 67 of file TMatrixTLazy.h.
|
privatepure virtual |
Implemented in THilbertMatrixT< Element >, and THaarMatrixT< Element >.
|
inline |
Definition at line 71 of file TMatrixTLazy.h.
|
inline |
Definition at line 72 of file TMatrixTLazy.h.
|
inline |
Definition at line 69 of file TMatrixTLazy.h.
|
inline |
Definition at line 70 of file TMatrixTLazy.h.
|
inlineprotected |
Definition at line 56 of file TMatrixTLazy.h.
|
friend |
Definition at line 46 of file TMatrixTLazy.h.
|
friend |
Definition at line 45 of file TMatrixTLazy.h.
|
friend |
Definition at line 47 of file TMatrixTLazy.h.
|
protected |
Definition at line 53 of file TMatrixTLazy.h.
|
protected |
Definition at line 52 of file TMatrixTLazy.h.
|
protected |
Definition at line 51 of file TMatrixTLazy.h.
|
protected |
Definition at line 50 of file TMatrixTLazy.h.