Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
TMatrixTSparseDiag_const< Element > Class Template Reference

template<class Element>
class TMatrixTSparseDiag_const< Element >

Definition at line 41 of file TMatrixDUtilsfwd.h.

Public Member Functions

 TMatrixTSparseDiag_const ()
 
 TMatrixTSparseDiag_const (const TMatrixTSparse< Element > &matrix)
 Constructor. More...
 
 TMatrixTSparseDiag_const (const TMatrixTSparseDiag_const< Element > &trc)
 
virtual ~TMatrixTSparseDiag_const ()
 
const Element * GetDataPtr () const
 
const TMatrixTBase< Element > * GetMatrix () const
 
Int_t GetNdiags () const
 
Element operator() (Int_t i) const
 
TMatrixTSparseDiag_const< Element > & operator= (const TMatrixTSparseDiag_const< Element > &trc)
 
Element operator[] (Int_t i) const
 

Protected Attributes

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

#include <TMatrixDUtilsfwd.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 659 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 661 of file TMatrixTUtils.h.

◆ ~TMatrixTSparseDiag_const()

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

Definition at line 665 of file TMatrixTUtils.h.

Member Function Documentation

◆ GetDataPtr()

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

Definition at line 668 of file TMatrixTUtils.h.

◆ GetMatrix()

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

Definition at line 667 of file TMatrixTUtils.h.

◆ GetNdiags()

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

Definition at line 669 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 663 of file TMatrixTUtils.h.

◆ operator[]()

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

Definition at line 672 of file TMatrixTUtils.h.

Member Data Documentation

◆ fDataPtr

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

Definition at line 656 of file TMatrixTUtils.h.

◆ fMatrix

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

Definition at line 654 of file TMatrixTUtils.h.

◆ fNdiag

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

Definition at line 655 of file TMatrixTUtils.h.


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