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

template<class Element>
class TMatrixTRow_const< Element >

Definition at line 110 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTRow_const ()
 
 TMatrixTRow_const (const TMatrixT< Element > &matrix, Int_t row)
 Constructor with row "row" of matrix.
 
 TMatrixTRow_const (const TMatrixTRow_const< Element > &trc)
 
 TMatrixTRow_const (const TMatrixTSym< Element > &matrix, Int_t row)
 Constructor with row "row" of symmetric matrix.
 
virtual ~TMatrixTRow_const ()
 
Int_t GetInc () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetPtr () const
 
Int_t GetRowIndex () const
 
virtual TClassIsA () const
 
const Element & operator() (Int_t i) const
 
TMatrixTRow_const< Element > & operator= (const TMatrixTRow_const< Element > &trc)
 
const Element & operator[] (Int_t i) 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 fInc
 
const TMatrixTBase< Element > * fMatrix
 
const Element * fPtr
 
Int_t fRowInd
 

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTRow_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTRow_const() [1/4]

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

Definition at line 119 of file TMatrixTUtils.h.

◆ TMatrixTRow_const() [2/4]

template<class Element >
TMatrixTRow_const< Element >::TMatrixTRow_const ( const TMatrixT< Element > &  matrix,
Int_t  row 
)

Constructor with row "row" of matrix.

Definition at line 46 of file TMatrixTUtils.cxx.

◆ TMatrixTRow_const() [3/4]

template<class Element >
TMatrixTRow_const< Element >::TMatrixTRow_const ( const TMatrixTSym< Element > &  matrix,
Int_t  row 
)

Constructor with row "row" of symmetric matrix.

Definition at line 68 of file TMatrixTUtils.cxx.

◆ TMatrixTRow_const() [4/4]

template<class Element >
TMatrixTRow_const< Element >::TMatrixTRow_const ( const TMatrixTRow_const< Element > &  trc)
inline

Definition at line 122 of file TMatrixTUtils.h.

◆ ~TMatrixTRow_const()

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

Definition at line 126 of file TMatrixTUtils.h.

Member Function Documentation

◆ Class()

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

◆ Class_Name()

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

◆ Class_Version()

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

Definition at line 146 of file TMatrixTUtils.h.

◆ DeclFileName()

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

Definition at line 146 of file TMatrixTUtils.h.

◆ GetInc()

template<class Element >
Int_t TMatrixTRow_const< Element >::GetInc ( ) const
inline

Definition at line 130 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 128 of file TMatrixTUtils.h.

◆ GetPtr()

template<class Element >
const Element * TMatrixTRow_const< Element >::GetPtr ( ) const
inline

Definition at line 131 of file TMatrixTUtils.h.

◆ GetRowIndex()

template<class Element >
Int_t TMatrixTRow_const< Element >::GetRowIndex ( ) const
inline

Definition at line 129 of file TMatrixTUtils.h.

◆ IsA()

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

Reimplemented in TMatrixTRow< Element >.

Definition at line 146 of file TMatrixTUtils.h.

◆ operator()()

template<class Element >
const Element & TMatrixTRow_const< Element >::operator() ( Int_t  i) const
inline

Definition at line 132 of file TMatrixTUtils.h.

◆ operator=()

template<class Element >
TMatrixTRow_const< Element > & TMatrixTRow_const< Element >::operator= ( const TMatrixTRow_const< Element > &  trc)
inline

Definition at line 124 of file TMatrixTUtils.h.

◆ operator[]()

template<class Element >
const Element & TMatrixTRow_const< Element >::operator[] ( Int_t  i) const
inline

Definition at line 144 of file TMatrixTUtils.h.

◆ Streamer()

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

Reimplemented in TMatrixTRow< Element >.

◆ StreamerNVirtual()

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

Definition at line 146 of file TMatrixTUtils.h.

Member Data Documentation

◆ fInc

template<class Element >
Int_t TMatrixTRow_const< Element >::fInc
protected

Definition at line 115 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 113 of file TMatrixTUtils.h.

◆ fPtr

template<class Element >
const Element* TMatrixTRow_const< Element >::fPtr
protected

Definition at line 116 of file TMatrixTUtils.h.

◆ fRowInd

template<class Element >
Int_t TMatrixTRow_const< Element >::fRowInd
protected

Definition at line 114 of file TMatrixTUtils.h.

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