Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

TLazyMatrix Class Reference

#include <TMatrixUtils.h>

Inheritance diagram for TLazyMatrix:

Inheritance graph
[legend]
Collaboration diagram for TLazyMatrix:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

TLazyMatrix::TLazyMatrix const TLazyMatrix &    [protected]
 

Definition at line 106 of file TMatrixUtils.h.

TLazyMatrix::TLazyMatrix  
 

Definition at line 113 of file TMatrixUtils.h.

References fColLwb, fColUpb, fRowLwb, and fRowUpb.

TLazyMatrix::TLazyMatrix Int_t    nrows,
Int_t    ncols
 

Definition at line 114 of file TMatrixUtils.h.

References fColLwb, fColUpb, fRowLwb, and fRowUpb.

TLazyMatrix::TLazyMatrix Int_t    row_lwb,
Int_t    row_upb,
Int_t    col_lwb,
Int_t    col_upb
 

Definition at line 116 of file TMatrixUtils.h.

References fColLwb, fColUpb, fRowLwb, and fRowUpb.

virtual TLazyMatrix::~TLazyMatrix   [virtual]
 

Definition at line 118 of file TMatrixUtils.h.


Member Function Documentation

void TLazyMatrix::operator= const TLazyMatrix &    [protected]
 

Definition at line 107 of file TMatrixUtils.h.


Friends And Related Function Documentation

friend class TMatrix [friend]
 

Definition at line 98 of file TMatrixUtils.h.


Member Data Documentation

Int_t TLazyMatrix::fRowUpb [protected]
 

Definition at line 101 of file TMatrixUtils.h.

Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix().

Int_t TLazyMatrix::fRowLwb [protected]
 

Definition at line 102 of file TMatrixUtils.h.

Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix().

Int_t TLazyMatrix::fColUpb [protected]
 

Definition at line 103 of file TMatrixUtils.h.

Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix().

Int_t TLazyMatrix::fColLwb [protected]
 

Definition at line 104 of file TMatrixUtils.h.

Referenced by TMatrix::operator=(), TLazyMatrix(), and TMatrix::TMatrix().


The documentation for this class was generated from the following file:
Generated on Thu Dec 18 15:04:03 2003 for ROOT by doxygen1.2.16