Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMatrixTSparseDiag_const< Element > Class Template Reference

template<class Element>
class TMatrixTSparseDiag_const< Element >

Definition at line 647 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTSparseDiag_const ()
 
 TMatrixTSparseDiag_const (const TMatrixTSparse< Element > &matrix)
 Constructor.
 
 TMatrixTSparseDiag_const (const TMatrixTSparseDiag_const< Element > &trc)
 
virtual ~TMatrixTSparseDiag_const ()
 
const Element * GetDataPtr () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetNdiags () const
 
virtual TClassIsA () const
 
Element operator() (Int_t i) const
 
TMatrixTSparseDiag_const< Element > & operator= (const TMatrixTSparseDiag_const< Element > &trc)
 
Element operator[] (Int_t i) const
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Protected Attributes

const Element * fDataPtr
 
const TMatrixTSparse< Element > * fMatrix
 
Int_t fNdiag
 

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTSparseDiag_const< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTSparseDiag_const() [1/3]

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

Definition at line 655 of file TMatrixTUtils.h.

◆ TMatrixTSparseDiag_const() [2/3]

template<class Element >
TMatrixTSparseDiag_const< Element >::TMatrixTSparseDiag_const ( const TMatrixTSparse< Element > &  matrix)

Constructor.

Definition at line 1649 of file TMatrixTUtils.cxx.

◆ TMatrixTSparseDiag_const() [3/3]

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

Definition at line 657 of file TMatrixTUtils.h.

◆ ~TMatrixTSparseDiag_const()

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

Definition at line 661 of file TMatrixTUtils.h.

Member Function Documentation

◆ Class()

template<class Element >
static TClass * TMatrixTSparseDiag_const< Element >::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

template<class Element >
static const char * TMatrixTSparseDiag_const< Element >::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

template<class Element >
static constexpr Version_t TMatrixTSparseDiag_const< Element >::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 670 of file TMatrixTUtils.h.

◆ DeclFileName()

template<class Element >
static const char * TMatrixTSparseDiag_const< Element >::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 670 of file TMatrixTUtils.h.

◆ GetDataPtr()

template<class Element >
const Element * TMatrixTSparseDiag_const< Element >::GetDataPtr ( ) const
inline

Definition at line 664 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 663 of file TMatrixTUtils.h.

◆ GetNdiags()

template<class Element >
Int_t TMatrixTSparseDiag_const< Element >::GetNdiags ( ) const
inline

Definition at line 665 of file TMatrixTUtils.h.

◆ IsA()

template<class Element >
virtual TClass * TMatrixTSparseDiag_const< Element >::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Reimplemented in TMatrixTSparseDiag< Element >.

Definition at line 670 of file TMatrixTUtils.h.

◆ operator()()

template<class Element >
Element TMatrixTSparseDiag_const< Element >::operator() ( Int_t  i) const

Definition at line 1661 of file TMatrixTUtils.cxx.

◆ operator=()

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

Definition at line 659 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 668 of file TMatrixTUtils.h.

◆ Streamer()

template<class Element >
virtual void TMatrixTSparseDiag_const< Element >::Streamer ( TBuffer )
virtual

Reimplemented in TMatrixTSparseDiag< Element >.

◆ StreamerNVirtual()

template<class Element >
void TMatrixTSparseDiag_const< Element >::StreamerNVirtual ( TBuffer ClassDef_StreamerNVirtual_b)
inline

Definition at line 670 of file TMatrixTUtils.h.

Member Data Documentation

◆ fDataPtr

template<class Element >
const Element* TMatrixTSparseDiag_const< Element >::fDataPtr
protected

Definition at line 652 of file TMatrixTUtils.h.

◆ fMatrix

template<class Element >
const TMatrixTSparse<Element>* TMatrixTSparseDiag_const< Element >::fMatrix
protected

Definition at line 650 of file TMatrixTUtils.h.

◆ fNdiag

template<class Element >
Int_t TMatrixTSparseDiag_const< Element >::fNdiag
protected

Definition at line 651 of file TMatrixTUtils.h.

  • math/matrix/inc/TMatrixDUtilsfwd.h
  • math/matrix/inc/TMatrixTUtils.h
  • math/matrix/src/TMatrixTUtils.cxx