TMatrixTSymLazy< Element > Class Template Reference

#include <TMatrixTLazy.h>

Inheritance diagram for TMatrixTSymLazy< Element >:

TObject TObject THilbertMatrixTSym< Element > THilbertMatrixTSym< Element > List of all members.

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
 TMatrixTSymLazy ()
 TMatrixTSymLazy (Int_t nrows)
 TMatrixTSymLazy (Int_t row_lwb, Int_t row_upb)
virtual ~TMatrixTSymLazy ()
Int_t GetRowLwb () const
Int_t GetRowUpb () const
template<>
TClassClass ()
template<>
TClassClass ()
template<>
void Streamer (TBuffer &R__b)
template<>
void Streamer (TBuffer &R__b)

Protected Member Functions

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

Protected Attributes

Int_t fRowUpb
Int_t fRowLwb

Private Member Functions

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

Friends

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

Detailed Description

template<class Element>
class TMatrixTSymLazy< Element >

Definition at line 88 of file TMatrixTLazy.h.


Constructor & Destructor Documentation

template<class Element>
TMatrixTSymLazy< Element >::TMatrixTSymLazy ( const TMatrixTSymLazy< Element > &   )  [inline, protected]

Definition at line 98 of file TMatrixTLazy.h.

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

Definition at line 105 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowLwb, and TMatrixTSymLazy< Element >::fRowUpb.

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

Definition at line 106 of file TMatrixTLazy.h.

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

Definition at line 108 of file TMatrixTLazy.h.

template<class Element>
virtual TMatrixTSymLazy< Element >::~TMatrixTSymLazy (  )  [inline, virtual]

Definition at line 110 of file TMatrixTLazy.h.

template<class Element>
TMatrixTSymLazy< Element >::TMatrixTSymLazy ( const TMatrixTSymLazy< Element > &   )  [inline, protected]

Definition at line 98 of file TMatrixTLazy.h.

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

Definition at line 105 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowLwb, and TMatrixTSymLazy< Element >::fRowUpb.

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

Definition at line 106 of file TMatrixTLazy.h.

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

Definition at line 108 of file TMatrixTLazy.h.

template<class Element>
virtual TMatrixTSymLazy< Element >::~TMatrixTSymLazy (  )  [inline, virtual]

Definition at line 110 of file TMatrixTLazy.h.


Member Function Documentation

template<class Element>
void TMatrixTSymLazy< Element >::operator= ( const TMatrixTSymLazy< Element > &   )  [inline, protected]

Definition at line 99 of file TMatrixTLazy.h.

template<class Element>
virtual void TMatrixTSymLazy< Element >::FillIn ( TMatrixTSym< Element > &  m  )  const [private, pure virtual]

Referenced by TMatrixTSym< Element >::operator=(), and TMatrixTSym< Element >::TMatrixTSym().

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

Definition at line 112 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowLwb.

Referenced by TMatrixTSym< Element >::TMatrixTSym().

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

Definition at line 113 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowUpb.

Referenced by TMatrixTSym< Element >::TMatrixTSym().

template<class Element>
void TMatrixTSymLazy< Element >::operator= ( const TMatrixTSymLazy< Element > &   )  [inline, protected]

Definition at line 99 of file TMatrixTLazy.h.

template<class Element>
virtual void TMatrixTSymLazy< Element >::FillIn ( TMatrixTSym< Element > &  m  )  const [private, pure virtual]

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

Definition at line 112 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowLwb.

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

Definition at line 113 of file TMatrixTLazy.h.

References TMatrixTSymLazy< Element >::fRowUpb.

template<>
TClass * TMatrixTSymLazy< double >::Class (  ) 

Definition at line 3978 of file G__Matrix.cxx.

References ROOT::GenerateInitInstanceLocal(), and x0.

template<>
TClass * TMatrixTSymLazy< float >::Class (  ) 

Definition at line 4114 of file G__Matrix.cxx.

References ROOT::GenerateInitInstanceLocal(), and x0.

template<>
void TMatrixTSymLazy< float >::Streamer ( TBuffer R__b  ) 

Definition at line 5435 of file G__Matrix.cxx.

References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().

template<>
void TMatrixTSymLazy< double >::Streamer ( TBuffer R__b  ) 

Definition at line 6717 of file G__Matrix.cxx.

References TBuffer::IsReading(), TBuffer::ReadClassBuffer(), and TBuffer::WriteClassBuffer().


Friends And Related Function Documentation

template<class Element>
friend class TMatrixTBase< Element > [friend]

Definition at line 90 of file TMatrixTLazy.h.

template<class Element>
friend class TMatrixTSym< Element > [friend]

Definition at line 91 of file TMatrixTLazy.h.

template<class Element>
friend class TVectorT< Element > [friend]

Definition at line 92 of file TMatrixTLazy.h.


Member Data Documentation

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

Definition at line 95 of file TMatrixTLazy.h.

Referenced by TMatrixTSymLazy< Element >::GetRowUpb(), TMatrixTSym< Element >::operator=(), and TMatrixTSymLazy< Element >::TMatrixTSymLazy().

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

Definition at line 96 of file TMatrixTLazy.h.

Referenced by TMatrixTSymLazy< Element >::GetRowLwb(), TMatrixTSym< Element >::operator=(), and TMatrixTSymLazy< Element >::TMatrixTSymLazy().


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:42:50 2011 for ROOT_528-00b_version by  doxygen 1.5.1