ROOT  6.06/09
Reference Guide
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 41 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 ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetRowOff () const
 
Int_t GetColOff () const
 
Int_t GetNrows () const
 
Int_t GetNcols () const
 
const Element & operator() (Int_t rown, Int_t coln) const
 

Protected Attributes

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

#include <TMatrixDUtilsfwd.h>

+ Inheritance diagram for TMatrixTSub_const< Element >:

Constructor & Destructor Documentation

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

Definition at line 498 of file TMatrixTUtils.h.

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 789 of file TMatrixTUtils.cxx.

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 843 of file TMatrixTUtils.cxx.

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

Definition at line 501 of file TMatrixTUtils.h.

Member Function Documentation

template<class Element>
Int_t TMatrixTSub_const< Element >::GetColOff ( ) const
inline
template<class Element>
const TMatrixTBase<Element>* TMatrixTSub_const< Element >::GetMatrix ( ) const
inline
template<class Element>
Int_t TMatrixTSub_const< Element >::GetNcols ( ) const
inline
template<class Element>
Int_t TMatrixTSub_const< Element >::GetNrows ( ) const
inline
template<class Element>
Int_t TMatrixTSub_const< Element >::GetRowOff ( ) const
inline
template<class Element>
const Element& TMatrixTSub_const< Element >::operator() ( Int_t  rown,
Int_t  coln 
) const
inline

Definition at line 508 of file TMatrixTUtils.h.

Member Data Documentation

template<class Element>
Int_t TMatrixTSub_const< Element >::fColOff
protected
template<class Element>
const TMatrixTBase<Element>* TMatrixTSub_const< Element >::fMatrix
protected
template<class Element>
Int_t TMatrixTSub_const< Element >::fNcolsSub
protected
template<class Element>
Int_t TMatrixTSub_const< Element >::fNrowsSub
protected
template<class Element>
Int_t TMatrixTSub_const< Element >::fRowOff
protected

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