#include <TMatrixUtils.h>
Inheritance diagram for TLazyMatrix:


Public Methods | |
| TLazyMatrix () | |
| TLazyMatrix (Int_t nrows, Int_t ncols) | |
| TLazyMatrix (Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb) | |
| virtual | ~TLazyMatrix () |
Protected Methods | |
| TLazyMatrix (const TLazyMatrix &) | |
| void | operator= (const TLazyMatrix &) |
Protected Attributes | |
| Int_t | fRowUpb |
| Int_t | fRowLwb |
| Int_t | fColUpb |
| Int_t | fColLwb |
Friends | |
| class | TMatrix |
|
|
Definition at line 106 of file TMatrixUtils.h. |
|
|
Definition at line 113 of file TMatrixUtils.h. |
|
||||||||||||
|
Definition at line 114 of file TMatrixUtils.h. |
|
||||||||||||||||||||
|
Definition at line 116 of file TMatrixUtils.h. |
|
|
Definition at line 118 of file TMatrixUtils.h. |
|
|
Definition at line 107 of file TMatrixUtils.h. |
|
|
Definition at line 98 of file TMatrixUtils.h. |
|
|
Definition at line 101 of file TMatrixUtils.h. Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix(). |
|
|
Definition at line 102 of file TMatrixUtils.h. Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix(). |
|
|
Definition at line 103 of file TMatrixUtils.h. Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix(). |
|
|
Definition at line 104 of file TMatrixUtils.h. Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix(). |
1.2.16