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

template<class Element>
class TMatrixTColumn_const< Element >

Definition at line 214 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTColumn_const ()
 
 TMatrixTColumn_const (const TMatrixT< Element > &matrix, Int_t col)
 Constructor with column "col" of matrix.
 
 TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc)
 
 TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col)
 Constructor with column "col" of matrix.
 
virtual ~TMatrixTColumn_const ()
 
Int_t GetColIndex () const
 
Int_t GetInc () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetPtr () const
 
virtual TClassIsA () const
 
const Element & operator() (Int_t i) const
 
TMatrixTColumn_const< Element > & operator= (const TMatrixTColumn_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 fColInd
 
Int_t fInc
 
const TMatrixTBase< Element > * fMatrix
 
const Element * fPtr
 

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTColumn_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTColumn_const() [1/4]

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

Definition at line 223 of file TMatrixTUtils.h.

◆ TMatrixTColumn_const() [2/4]

template<class Element >
TMatrixTColumn_const< Element >::TMatrixTColumn_const ( const TMatrixT< Element > &  matrix,
Int_t  col 
)

Constructor with column "col" of matrix.

Definition at line 252 of file TMatrixTUtils.cxx.

◆ TMatrixTColumn_const() [3/4]

template<class Element >
TMatrixTColumn_const< Element >::TMatrixTColumn_const ( const TMatrixTSym< Element > &  matrix,
Int_t  col 
)

Constructor with column "col" of matrix.

Definition at line 274 of file TMatrixTUtils.cxx.

◆ TMatrixTColumn_const() [4/4]

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

Definition at line 226 of file TMatrixTUtils.h.

◆ ~TMatrixTColumn_const()

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

Definition at line 230 of file TMatrixTUtils.h.

Member Function Documentation

◆ Class()

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

◆ Class_Name()

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

◆ Class_Version()

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

Definition at line 250 of file TMatrixTUtils.h.

◆ DeclFileName()

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

Definition at line 250 of file TMatrixTUtils.h.

◆ GetColIndex()

template<class Element >
Int_t TMatrixTColumn_const< Element >::GetColIndex ( ) const
inline

Definition at line 233 of file TMatrixTUtils.h.

◆ GetInc()

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

Definition at line 234 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 232 of file TMatrixTUtils.h.

◆ GetPtr()

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

Definition at line 235 of file TMatrixTUtils.h.

◆ IsA()

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

Reimplemented in TMatrixTColumn< Element >.

Definition at line 250 of file TMatrixTUtils.h.

◆ operator()()

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

Definition at line 236 of file TMatrixTUtils.h.

◆ operator=()

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

Definition at line 228 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 248 of file TMatrixTUtils.h.

◆ Streamer()

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

Reimplemented in TMatrixTColumn< Element >.

◆ StreamerNVirtual()

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

Definition at line 250 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColInd

template<class Element >
Int_t TMatrixTColumn_const< Element >::fColInd
protected

Definition at line 218 of file TMatrixTUtils.h.

◆ fInc

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

Definition at line 219 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 217 of file TMatrixTUtils.h.

◆ fPtr

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

Definition at line 220 of file TMatrixTUtils.h.

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