ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
TMatrixTColumn_const< Element > Class Template Reference

template<class Element>
class TMatrixTColumn_const< Element >

Definition at line 38 of file TMatrixDUtilsfwd.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 TMatrixTSym< Element > &matrix, Int_t col)
 Constructor with column "col" of matrix. More...
 
 TMatrixTColumn_const (const TMatrixTColumn_const< Element > &trc)
 
TMatrixTColumn_const< Element > & operator= (const TMatrixTColumn_const< Element > &trc)
 
virtual ~TMatrixTColumn_const ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetColIndex () 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 fColInd
 
Int_t fInc
 
const Element * fPtr
 

#include <TMatrixDUtilsfwd.h>

Inheritance diagram for TMatrixTColumn_const< Element >:
[legend]

Constructor & Destructor Documentation

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

Definition at line 222 of file TMatrixTUtils.h.

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

Constructor with column "col" of matrix.

Definition at line 240 of file TMatrixTUtils.cxx.

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

Constructor with column "col" of matrix.

Definition at line 262 of file TMatrixTUtils.cxx.

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

Definition at line 225 of file TMatrixTUtils.h.

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

Definition at line 229 of file TMatrixTUtils.h.

Member Function Documentation

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

Definition at line 232 of file TMatrixTUtils.h.

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

template<class Element>
Int_t TMatrixTColumn_const< Element >::GetInc ( ) const
inline
template<class Element>
const TMatrixTBase<Element>* TMatrixTColumn_const< Element >::GetMatrix ( ) const
inline
template<class Element>
const Element* TMatrixTColumn_const< Element >::GetPtr ( ) const
inline
template<class Element>
const Element& TMatrixTColumn_const< Element >::operator() ( Int_t  i) const
inline

Definition at line 235 of file TMatrixTUtils.h.

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

Definition at line 227 of file TMatrixTUtils.h.

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

Definition at line 247 of file TMatrixTUtils.h.

Member Data Documentation

template<class Element>
Int_t TMatrixTColumn_const< Element >::fColInd
protected
template<class Element>
Int_t TMatrixTColumn_const< Element >::fInc
protected
template<class Element>
const TMatrixTBase<Element>* TMatrixTColumn_const< Element >::fMatrix
protected
template<class Element>
const Element* TMatrixTColumn_const< Element >::fPtr
protected

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