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

template<class Element>
class TMatrixTSparseRow_const< Element >

Definition at line 581 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTSparseRow_const ()
 
 TMatrixTSparseRow_const (const TMatrixTSparse< Element > &matrix, Int_t row)
 Constructor with row "row" of matrix.
 
 TMatrixTSparseRow_const (const TMatrixTSparseRow_const< Element > &trc)
 
virtual ~TMatrixTSparseRow_const ()
 
const Int_tGetColPtr () const
 
const Element * GetDataPtr () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetNindex () const
 
Int_t GetRowIndex () const
 
virtual TClassIsA () const
 
Element operator() (Int_t i) const
 
TMatrixTSparseRow_const< Element > & operator= (const TMatrixTSparseRow_const< Element > &trc)
 
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

const Int_tfColPtr
 
const Element * fDataPtr
 
const TMatrixTSparse< Element > * fMatrix
 
Int_t fNindex
 
Int_t fRowInd
 

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTSparseRow_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTSparseRow_const() [1/3]

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

Definition at line 591 of file TMatrixTUtils.h.

◆ TMatrixTSparseRow_const() [2/3]

template<class Element >
TMatrixTSparseRow_const< Element >::TMatrixTSparseRow_const ( const TMatrixTSparse< Element > &  matrix,
Int_t  row 
)

Constructor with row "row" of matrix.

Definition at line 1362 of file TMatrixTUtils.cxx.

◆ TMatrixTSparseRow_const() [3/3]

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

Definition at line 593 of file TMatrixTUtils.h.

◆ ~TMatrixTSparseRow_const()

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

Definition at line 597 of file TMatrixTUtils.h.

Member Function Documentation

◆ Class()

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

◆ Class_Name()

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

◆ Class_Version()

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

Definition at line 608 of file TMatrixTUtils.h.

◆ DeclFileName()

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

Definition at line 608 of file TMatrixTUtils.h.

◆ GetColPtr()

template<class Element >
const Int_t * TMatrixTSparseRow_const< Element >::GetColPtr ( ) const
inline

Definition at line 601 of file TMatrixTUtils.h.

◆ GetDataPtr()

template<class Element >
const Element * TMatrixTSparseRow_const< Element >::GetDataPtr ( ) const
inline

Definition at line 600 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 599 of file TMatrixTUtils.h.

◆ GetNindex()

template<class Element >
Int_t TMatrixTSparseRow_const< Element >::GetNindex ( ) const
inline

Definition at line 603 of file TMatrixTUtils.h.

◆ GetRowIndex()

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

Definition at line 602 of file TMatrixTUtils.h.

◆ IsA()

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

Reimplemented in TMatrixTSparseRow< Element >.

Definition at line 608 of file TMatrixTUtils.h.

◆ operator()()

template<class Element >
Element TMatrixTSparseRow_const< Element >::operator() ( Int_t  i) const

Definition at line 1387 of file TMatrixTUtils.cxx.

◆ operator=()

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

Definition at line 595 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 606 of file TMatrixTUtils.h.

◆ Streamer()

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

Reimplemented in TMatrixTSparseRow< Element >.

◆ StreamerNVirtual()

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

Definition at line 608 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColPtr

template<class Element >
const Int_t* TMatrixTSparseRow_const< Element >::fColPtr
protected

Definition at line 587 of file TMatrixTUtils.h.

◆ fDataPtr

template<class Element >
const Element* TMatrixTSparseRow_const< Element >::fDataPtr
protected

Definition at line 588 of file TMatrixTUtils.h.

◆ fMatrix

template<class Element >
const TMatrixTSparse<Element>* TMatrixTSparseRow_const< Element >::fMatrix
protected

Definition at line 584 of file TMatrixTUtils.h.

◆ fNindex

template<class Element >
Int_t TMatrixTSparseRow_const< Element >::fNindex
protected

Definition at line 586 of file TMatrixTUtils.h.

◆ fRowInd

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

Definition at line 585 of file TMatrixTUtils.h.

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