Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMatrixTSub_const< Element > Class Template Reference

template<class Element>
class TMatrixTSub_const< Element >

Definition at line 488 of file TMatrixTUtils.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)
 
 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)
 
virtual ~TMatrixTSub_const ()
 
Int_t GetColOff () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetNcols () const
 
Int_t GetNrows () const
 
Int_t GetRowOff () const
 
virtual TClassIsA () const
 
const Element & operator() (Int_t rown, Int_t coln) const
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Protected Attributes

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

#include <TMatrixTUtils.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 498 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 501 of file TMatrixTUtils.h.

Member Function Documentation

◆ Class()

template<class Element >
static TClass * TMatrixTSub_const< Element >::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

template<class Element >
static const char * TMatrixTSub_const< Element >::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

template<class Element >
static constexpr Version_t TMatrixTSub_const< Element >::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 524 of file TMatrixTUtils.h.

◆ DeclFileName()

template<class Element >
static const char * TMatrixTSub_const< Element >::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 524 of file TMatrixTUtils.h.

◆ GetColOff()

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

Definition at line 505 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 503 of file TMatrixTUtils.h.

◆ GetNcols()

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

Definition at line 507 of file TMatrixTUtils.h.

◆ GetNrows()

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

Definition at line 506 of file TMatrixTUtils.h.

◆ GetRowOff()

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

Definition at line 504 of file TMatrixTUtils.h.

◆ IsA()

template<class Element >
virtual TClass * TMatrixTSub_const< Element >::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Reimplemented in TMatrixTSub< Element >.

Definition at line 524 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 508 of file TMatrixTUtils.h.

◆ Streamer()

template<class Element >
virtual void TMatrixTSub_const< Element >::Streamer ( TBuffer )
virtual

Reimplemented in TMatrixTSub< Element >.

◆ StreamerNVirtual()

template<class Element >
void TMatrixTSub_const< Element >::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 524 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColOff

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

Definition at line 493 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 491 of file TMatrixTUtils.h.

◆ fNcolsSub

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

Definition at line 495 of file TMatrixTUtils.h.

◆ fNrowsSub

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

Definition at line 494 of file TMatrixTUtils.h.

◆ fRowOff

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

Definition at line 492 of file TMatrixTUtils.h.

  • math/matrix/inc/TMatrixDUtilsfwd.h
  • math/matrix/inc/TMatrixTUtils.h
  • math/matrix/src/TMatrixTUtils.cxx