Logo ROOT  
Reference Guide
TMatrixTColumn_const< Element > Class Template Reference

template<class Element>
class TMatrixTColumn_const< Element >

Definition at line 214 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTColumn_const ()
 
 TMatrixTColumn_const (const TMatrixT< Element > &matrix, Int_t col)
 Constructor with column "col" of matrix. More...
 
 TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc)
 
 TMatrixTColumn_const (const TMatrixTSym< Element > &matrix, Int_t col)
 Constructor with column "col" of matrix. More...
 
virtual ~TMatrixTColumn_const ()
 
Int_t GetColIndex () const
 
Int_t GetInc () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetPtr () const
 
const Element & operator() (Int_t i) const
 
TMatrixTColumn_const< Element > & operator= (const TMatrixTColumn_const< Element > &trc)
 
const Element & operator[] (Int_t i) const
 

Protected Attributes

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

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTColumn_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTColumn_const() [1/4]

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

Definition at line 223 of file TMatrixTUtils.h.

◆ TMatrixTColumn_const() [2/4]

template<class Element >
TMatrixTColumn_const< Element >::TMatrixTColumn_const ( const TMatrixT< Element > &  matrix,
Int_t  col 
)

Constructor with column "col" of matrix.

Definition at line 252 of file TMatrixTUtils.cxx.

◆ TMatrixTColumn_const() [3/4]

template<class Element >
TMatrixTColumn_const< Element >::TMatrixTColumn_const ( const TMatrixTSym< Element > &  matrix,
Int_t  col 
)

Constructor with column "col" of matrix.

Definition at line 274 of file TMatrixTUtils.cxx.

◆ TMatrixTColumn_const() [4/4]

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

Definition at line 226 of file TMatrixTUtils.h.

◆ ~TMatrixTColumn_const()

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

Definition at line 230 of file TMatrixTUtils.h.

Member Function Documentation

◆ GetColIndex()

template<class Element >
Int_t TMatrixTColumn_const< Element >::GetColIndex ( ) const
inline

Definition at line 233 of file TMatrixTUtils.h.

◆ GetInc()

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

Definition at line 234 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 232 of file TMatrixTUtils.h.

◆ GetPtr()

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

Definition at line 235 of file TMatrixTUtils.h.

◆ operator()()

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

Definition at line 236 of file TMatrixTUtils.h.

◆ operator=()

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

Definition at line 228 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 248 of file TMatrixTUtils.h.

Member Data Documentation

◆ fColInd

template<class Element >
Int_t TMatrixTColumn_const< Element >::fColInd
protected

Definition at line 218 of file TMatrixTUtils.h.

◆ fInc

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

Definition at line 219 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 217 of file TMatrixTUtils.h.

◆ fPtr

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

Definition at line 220 of file TMatrixTUtils.h.


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