Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
TMatrixTSub_const< Element > Class Template Reference

template<class Element>
class TMatrixTSub_const< Element >

Definition at line 39 of file TMatrixDUtilsfwd.h.

Public Member Functions

 TMatrixTSub_const ()
 
 TMatrixTSub_const (const TMatrixT< Element > &matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
 make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default) More...
 
 TMatrixTSub_const (const TMatrixTSym< Element > &matrix, Int_t row_lwb, Int_t row_upb, Int_t col_lwb, Int_t col_upb)
 make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default) More...
 
virtual ~TMatrixTSub_const ()
 
Int_t GetColOff () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetNcols () const
 
Int_t GetNrows () const
 
Int_t GetRowOff () const
 
const Element & operator() (Int_t rown, Int_t coln) const
 

Protected Attributes

Int_t fColOff
 
const TMatrixTBase< Element > * fMatrix
 
Int_t fNcolsSub
 
Int_t fNrowsSub
 
Int_t fRowOff
 

#include <TMatrixDUtilsfwd.h>

Inheritance diagram for TMatrixTSub_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTSub_const() [1/3]

template<class Element>
TMatrixTSub_const< Element >::TMatrixTSub_const ( )
inline

Definition at line 502 of file TMatrixTUtils.h.

◆ TMatrixTSub_const() [2/3]

template<class Element >
TMatrixTSub_const< Element >::TMatrixTSub_const ( const TMatrixT< Element > &  matrix,
Int_t  row_lwb,
Int_t  row_upb,
Int_t  col_lwb,
Int_t  col_upb 
)

make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default)

Definition at line 814 of file TMatrixTUtils.cxx.

◆ TMatrixTSub_const() [3/3]

template<class Element >
TMatrixTSub_const< Element >::TMatrixTSub_const ( const TMatrixTSym< Element > &  matrix,
Int_t  row_lwb,
Int_t  row_upb,
Int_t  col_lwb,
Int_t  col_upb 
)

make a reference to submatrix [row_lwbs..row_upbs][col_lwbs..col_upbs]; The indexing range of the reference is [0..row_upbs-row_lwbs+1][0..col_upb-col_lwbs+1] (default)

Definition at line 868 of file TMatrixTUtils.cxx.

◆ ~TMatrixTSub_const()

template<class Element>
virtual TMatrixTSub_const< Element >::~TMatrixTSub_const ( )
inlinevirtual

Definition at line 505 of file TMatrixTUtils.h.

Member Function Documentation

◆ GetColOff()

template<class Element>
Int_t TMatrixTSub_const< Element >::GetColOff ( ) const
inline

Definition at line 509 of file TMatrixTUtils.h.

◆ GetMatrix()

template<class Element>
const TMatrixTBase<Element>* TMatrixTSub_const< Element >::GetMatrix ( ) const
inline

Definition at line 507 of file TMatrixTUtils.h.

◆ GetNcols()

template<class Element>
Int_t TMatrixTSub_const< Element >::GetNcols ( ) const
inline

Definition at line 511 of file TMatrixTUtils.h.

◆ GetNrows()

template<class Element>
Int_t TMatrixTSub_const< Element >::GetNrows ( ) const
inline

Definition at line 510 of file TMatrixTUtils.h.

◆ GetRowOff()

template<class Element>
Int_t TMatrixTSub_const< Element >::GetRowOff ( ) const
inline

Definition at line 508 of file TMatrixTUtils.h.

◆ operator()()

template<class Element>
const Element& TMatrixTSub_const< Element >::operator() ( Int_t  rown,
Int_t  coln 
) const
inline

Definition at line 512 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColOff

template<class Element>
Int_t TMatrixTSub_const< Element >::fColOff
protected

Definition at line 497 of file TMatrixTUtils.h.

◆ fMatrix

template<class Element>
const TMatrixTBase<Element>* TMatrixTSub_const< Element >::fMatrix
protected

Definition at line 495 of file TMatrixTUtils.h.

◆ fNcolsSub

template<class Element>
Int_t TMatrixTSub_const< Element >::fNcolsSub
protected

Definition at line 499 of file TMatrixTUtils.h.

◆ fNrowsSub

template<class Element>
Int_t TMatrixTSub_const< Element >::fNrowsSub
protected

Definition at line 498 of file TMatrixTUtils.h.

◆ fRowOff

template<class Element>
Int_t TMatrixTSub_const< Element >::fRowOff
protected

Definition at line 496 of file TMatrixTUtils.h.


The documentation for this class was generated from the following files: