ROOT  6.06/08
Reference Guide
Public Member Functions | Protected Attributes | List of all members
TMatrixTSparseRow_const< Element > Class Template Reference

template<class Element>
class TMatrixTSparseRow_const< Element >

Definition at line 42 of file TMatrixDUtilsfwd.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)
 
TMatrixTSparseRow_const< Element > & operator= (const TMatrixTSparseRow_const< Element > &trc)
 
virtual ~TMatrixTSparseRow_const ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetDataPtr () const
 
const Int_tGetColPtr () const
 
Int_t GetRowIndex () const
 
Int_t GetNindex () const
 
Element operator() (Int_t i) const
 
Element operator[] (Int_t i) const
 

Protected Attributes

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

#include <TMatrixDUtilsfwd.h>

+ Inheritance diagram for TMatrixTSparseRow_const< Element >:

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 1337 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

§ GetColPtr()

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

Definition at line 601 of file TMatrixTUtils.h.

Referenced by TVectorT< Double_t >::operator=().

§ GetDataPtr()

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

Definition at line 600 of file TMatrixTUtils.h.

Referenced by TVectorT< Double_t >::operator=().

§ GetMatrix()

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

§ GetNindex()

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

Definition at line 603 of file TMatrixTUtils.h.

Referenced by TVectorT< Double_t >::operator=().

§ GetRowIndex()

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

§ operator()()

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

Definition at line 1362 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.

Member Data Documentation

§ fColPtr

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

§ fDataPtr

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

§ fMatrix

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

§ fNindex

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

§ fRowInd

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

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