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

template<class Element>
class TMatrixTRow_const< Element >

Definition at line 37 of file TMatrixDUtilsfwd.h.

Public Member Functions

 TMatrixTRow_const ()
 
 TMatrixTRow_const (const TMatrixT< Element > &matrix, Int_t row)
 Constructor with row "row" of matrix. More...
 
 TMatrixTRow_const (const TMatrixTSym< Element > &matrix, Int_t row)
 Constructor with row "row" of symmetric matrix. More...
 
 TMatrixTRow_const (const TMatrixTRow_const< Element > &trc)
 
TMatrixTRow_const< Element > & operator= (const TMatrixTRow_const< Element > &trc)
 
virtual ~TMatrixTRow_const ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetRowIndex () const
 
Int_t GetInc () const
 
const Element * GetPtr () const
 
const Element & operator() (Int_t i) const
 
const Element & operator[] (Int_t i) const
 

Protected Attributes

const TMatrixTBase< Element > * fMatrix
 
Int_t fRowInd
 
Int_t fInc
 
const Element * fPtr
 

#include <TMatrixDUtilsfwd.h>

+ Inheritance diagram for TMatrixTRow_const< Element >:

Constructor & Destructor Documentation

§ TMatrixTRow_const() [1/4]

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

Definition at line 123 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 44 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 66 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 126 of file TMatrixTUtils.h.

§ ~TMatrixTRow_const()

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

Definition at line 130 of file TMatrixTUtils.h.

Member Function Documentation

§ GetInc()

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

§ GetMatrix()

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

§ GetPtr()

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

§ GetRowIndex()

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

Definition at line 133 of file TMatrixTUtils.h.

Referenced by TMatrixTRow< Element >::operator=().

§ operator()()

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

Definition at line 136 of file TMatrixTUtils.h.

§ operator=()

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

Definition at line 128 of file TMatrixTUtils.h.

§ operator[]()

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

Definition at line 148 of file TMatrixTUtils.h.

Member Data Documentation

§ fInc

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

§ fMatrix

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

§ fPtr

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

§ fRowInd

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

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