Logo ROOT  
Reference Guide
TMatrixTSparseRow_const< Element > Class Template Reference

template<class Element>
class TMatrixTSparseRow_const< Element >

Definition at line 585 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTSparseRow_const ()
 
 TMatrixTSparseRow_const (const TMatrixTSparse< Element > &matrix, Int_t row)
 Constructor with row "row" of matrix. More...
 
 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
 
Element operator() (Int_t i) const
 
TMatrixTSparseRow_const< Element > & operator= (const TMatrixTSparseRow_const< Element > &trc)
 
Element operator[] (Int_t i) const
 

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 595 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 597 of file TMatrixTUtils.h.

◆ ~TMatrixTSparseRow_const()

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

Definition at line 601 of file TMatrixTUtils.h.

Member Function Documentation

◆ GetColPtr()

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

Definition at line 605 of file TMatrixTUtils.h.

◆ GetDataPtr()

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

Definition at line 604 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 603 of file TMatrixTUtils.h.

◆ GetNindex()

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

Definition at line 607 of file TMatrixTUtils.h.

◆ GetRowIndex()

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

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

◆ operator[]()

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

Definition at line 610 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColPtr

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

Definition at line 591 of file TMatrixTUtils.h.

◆ fDataPtr

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

Definition at line 592 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 588 of file TMatrixTUtils.h.

◆ fNindex

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

Definition at line 590 of file TMatrixTUtils.h.

◆ fRowInd

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

Definition at line 589 of file TMatrixTUtils.h.


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