Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
TMatrixTFlat_const< Element > Class Template Reference

template<class Element>
class TMatrixTFlat_const< Element >

Definition at line 40 of file TMatrixDUtilsfwd.h.

Public Member Functions

 TMatrixTFlat_const ()
 
 TMatrixTFlat_const (const TMatrixT< Element > &matrix)
 Constructor. More...
 
 TMatrixTFlat_const (const TMatrixTSym< Element > &matrix)
 Constructor. More...
 
 TMatrixTFlat_const (const TMatrixTFlat_const< Element > &trc)
 
virtual ~TMatrixTFlat_const ()
 
const TMatrixTBase< Element > * GetMatrix () const
 
const Element * GetPtr () const
 
const Element & operator() (Int_t i) const
 
TMatrixTFlat_const< Element > & operator= (const TMatrixTFlat_const< Element > &trc)
 
const Element & operator[] (Int_t i) const
 

Protected Attributes

const TMatrixTBase< Element > * fMatrix
 
Int_t fNelems
 
const Element * fPtr
 

#include <TMatrixDUtilsfwd.h>

Inheritance diagram for TMatrixTFlat_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTFlat_const() [1/4]

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

Definition at line 410 of file TMatrixTUtils.h.

◆ TMatrixTFlat_const() [2/4]

template<class Element >
TMatrixTFlat_const< Element >::TMatrixTFlat_const ( const TMatrixT< Element > &  matrix)

Constructor.

Definition at line 617 of file TMatrixTUtils.cxx.

◆ TMatrixTFlat_const() [3/4]

template<class Element >
TMatrixTFlat_const< Element >::TMatrixTFlat_const ( const TMatrixTSym< Element > &  matrix)

Constructor.

Definition at line 630 of file TMatrixTUtils.cxx.

◆ TMatrixTFlat_const() [4/4]

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

Definition at line 413 of file TMatrixTUtils.h.

◆ ~TMatrixTFlat_const()

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

Definition at line 417 of file TMatrixTUtils.h.

Member Function Documentation

◆ GetMatrix()

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

Definition at line 419 of file TMatrixTUtils.h.

◆ GetPtr()

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

Definition at line 420 of file TMatrixTUtils.h.

◆ operator()()

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

Definition at line 421 of file TMatrixTUtils.h.

◆ operator=()

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

Definition at line 415 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 430 of file TMatrixTUtils.h.

Member Data Documentation

◆ fMatrix

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

Definition at line 405 of file TMatrixTUtils.h.

◆ fNelems

template<class Element>
Int_t TMatrixTFlat_const< Element >::fNelems
protected

Definition at line 406 of file TMatrixTUtils.h.

◆ fPtr

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

Definition at line 407 of file TMatrixTUtils.h.


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