Logo ROOT   6.13/01
Reference Guide
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
TMatrixTSymLazy< Element > Class Template Referenceabstract

template<class Element>
class TMatrixTSymLazy< Element >

Definition at line 86 of file TMatrixTLazy.h.

Public Member Functions

 TMatrixTSymLazy ()
 
 TMatrixTSymLazy (Int_t nrows)
 
 TMatrixTSymLazy (Int_t row_lwb, Int_t row_upb)
 
virtual ~TMatrixTSymLazy ()
 
Int_t GetRowLwb () const
 
Int_t GetRowUpb () const
 

Protected Member Functions

 TMatrixTSymLazy (const TMatrixTSymLazy< Element > &)
 
void operator= (const TMatrixTSymLazy< Element > &)
 

Protected Attributes

Int_t fRowLwb
 
Int_t fRowUpb
 

Private Member Functions

virtual void FillIn (TMatrixTSym< Element > &m) const =0
 

Friends

class TMatrixTBase< Element >
 
class TMatrixTSym< Element >
 
class TVectorT< Element >
 

#include <TMatrixTLazy.h>

Inheritance diagram for TMatrixTSymLazy< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTSymLazy() [1/4]

template<class Element>
TMatrixTSymLazy< Element >::TMatrixTSymLazy ( const TMatrixTSymLazy< Element > &  )
inlineprotected

Definition at line 96 of file TMatrixTLazy.h.

◆ TMatrixTSymLazy() [2/4]

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

Definition at line 103 of file TMatrixTLazy.h.

◆ TMatrixTSymLazy() [3/4]

template<class Element>
TMatrixTSymLazy< Element >::TMatrixTSymLazy ( Int_t  nrows)
inline

Definition at line 104 of file TMatrixTLazy.h.

◆ TMatrixTSymLazy() [4/4]

template<class Element>
TMatrixTSymLazy< Element >::TMatrixTSymLazy ( Int_t  row_lwb,
Int_t  row_upb 
)
inline

Definition at line 106 of file TMatrixTLazy.h.

◆ ~TMatrixTSymLazy()

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

Definition at line 108 of file TMatrixTLazy.h.

Member Function Documentation

◆ FillIn()

template<class Element>
virtual void TMatrixTSymLazy< Element >::FillIn ( TMatrixTSym< Element > &  m) const
privatepure virtual

◆ GetRowLwb()

template<class Element>
Int_t TMatrixTSymLazy< Element >::GetRowLwb ( ) const
inline

Definition at line 110 of file TMatrixTLazy.h.

◆ GetRowUpb()

template<class Element>
Int_t TMatrixTSymLazy< Element >::GetRowUpb ( ) const
inline

Definition at line 111 of file TMatrixTLazy.h.

◆ operator=()

template<class Element>
void TMatrixTSymLazy< Element >::operator= ( const TMatrixTSymLazy< Element > &  )
inlineprotected

Definition at line 97 of file TMatrixTLazy.h.

Friends And Related Function Documentation

◆ TMatrixTBase< Element >

template<class Element>
friend class TMatrixTBase< Element >
friend

Definition at line 88 of file TMatrixTLazy.h.

◆ TMatrixTSym< Element >

template<class Element>
friend class TMatrixTSym< Element >
friend

Definition at line 89 of file TMatrixTLazy.h.

◆ TVectorT< Element >

template<class Element>
friend class TVectorT< Element >
friend

Definition at line 90 of file TMatrixTLazy.h.

Member Data Documentation

◆ fRowLwb

template<class Element>
Int_t TMatrixTSymLazy< Element >::fRowLwb
protected

Definition at line 94 of file TMatrixTLazy.h.

◆ fRowUpb

template<class Element>
Int_t TMatrixTSymLazy< Element >::fRowUpb
protected

Definition at line 93 of file TMatrixTLazy.h.

Libraries for TMatrixTSymLazy< Element >:
[legend]

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