ROOT  6.06/09
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

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

Definition at line 123 of file TMatrixTUtils.h.

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.

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.

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

Definition at line 126 of file TMatrixTUtils.h.

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

Definition at line 130 of file TMatrixTUtils.h.

Member Function Documentation

template<class Element>
Int_t TMatrixTRow_const< Element >::GetInc ( ) const
inline
template<class Element>
const TMatrixTBase<Element>* TMatrixTRow_const< Element >::GetMatrix ( ) const
inline
template<class Element>
const Element* TMatrixTRow_const< Element >::GetPtr ( ) const
inline
template<class Element>
Int_t TMatrixTRow_const< Element >::GetRowIndex ( ) const
inline

Definition at line 133 of file TMatrixTUtils.h.

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

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

Definition at line 136 of file TMatrixTUtils.h.

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

Definition at line 128 of file TMatrixTUtils.h.

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

template<class Element>
Int_t TMatrixTRow_const< Element >::fInc
protected
template<class Element>
const TMatrixTBase<Element>* TMatrixTRow_const< Element >::fMatrix
protected
template<class Element>
const Element* TMatrixTRow_const< Element >::fPtr
protected
template<class Element>
Int_t TMatrixTRow_const< Element >::fRowInd
protected

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