Logo ROOT  
Reference Guide
TMatrixTRow_const< Element > Class Template Reference

template<class Element>
class TMatrixTRow_const< Element >

Definition at line 114 of file TMatrixTUtils.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 TMatrixTRow_const< Element > &trc)
 
 TMatrixTRow_const (const TMatrixTSym< Element > &matrix, Int_t row)
 Constructor with row "row" of symmetric matrix. More...
 
virtual ~TMatrixTRow_const ()
 
Int_t GetInc () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetPtr () const
 
Int_t GetRowIndex () const
 
const Element & operator() (Int_t i) const
 
TMatrixTRow_const< Element > & operator= (const TMatrixTRow_const< Element > &trc)
 
const Element & operator[] (Int_t i) const
 

Protected Attributes

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

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTRow_const< Element >:
[legend]

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 46 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 68 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

Definition at line 134 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 132 of file TMatrixTUtils.h.

◆ GetPtr()

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

Definition at line 135 of file TMatrixTUtils.h.

◆ GetRowIndex()

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

Definition at line 133 of file TMatrixTUtils.h.

◆ 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

Definition at line 119 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 117 of file TMatrixTUtils.h.

◆ fPtr

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

Definition at line 120 of file TMatrixTUtils.h.

◆ fRowInd

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

Definition at line 118 of file TMatrixTUtils.h.


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