Logo ROOT  
Reference Guide
TMatrixTSparseDiag< Element > Class Template Reference

template<class Element>
class TMatrixTSparseDiag< Element >

Definition at line 677 of file TMatrixTUtils.h.

Public Member Functions

 TMatrixTSparseDiag ()
 
 TMatrixTSparseDiag (const TMatrixTSparseDiag< Element > &md)
 Constructor. More...
 
 TMatrixTSparseDiag (TMatrixTSparse< Element > &matrix)
 Constructor. More...
 
Element * GetDataPtr () const
 
Element & operator() (Int_t i)
 operator() : pick element diag(i) More...
 
Element operator() (Int_t i) const
 
void operator*= (const TMatrixTSparseDiag_const< Element > &d)
 Multiply every element of the matrix diagonal with the corresponding element of diagonal md. More...
 
void operator*= (Element val)
 Multiply every element of the matrix diagonal by val. More...
 
void operator+= (const TMatrixTSparseDiag_const< Element > &d)
 Add to every element of the matrix diagonal the corresponding element of diagonal md. More...
 
void operator+= (Element val)
 Add val to every element of the matrix diagonal. More...
 
TMatrixTSparseDiag< Element > & operator= (const TMatrixTSparseDiag< Element > &d)
 
void operator= (const TMatrixTSparseDiag_const< Element > &d)
 Assignment operator. More...
 
void operator= (const TVectorT< Element > &vec)
 Assign a vector to the matrix diagonal. More...
 
void operator= (Element val)
 Assign val to every element of the matrix diagonal. More...
 
Element & operator[] (Int_t i)
 
Element operator[] (Int_t i) const
 
- Public Member Functions inherited from TMatrixTSparseDiag_const< Element >
 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
 

Additional Inherited Members

- Protected Attributes inherited from TMatrixTSparseDiag_const< Element >
const Element * fDataPtr
 
const TMatrixTSparse< Element > * fMatrix
 
Int_t fNdiag
 

#include <TMatrixTUtils.h>

Inheritance diagram for TMatrixTSparseDiag< Element >:
[legend]

Constructor & Destructor Documentation

◆ TMatrixTSparseDiag() [1/3]

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

Definition at line 680 of file TMatrixTUtils.h.

◆ TMatrixTSparseDiag() [2/3]

template<class Element >
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( TMatrixTSparse< Element > &  matrix)

Constructor.

Definition at line 1684 of file TMatrixTUtils.cxx.

◆ TMatrixTSparseDiag() [3/3]

template<class Element >
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag ( const TMatrixTSparseDiag< Element > &  md)

Constructor.

Definition at line 1693 of file TMatrixTUtils.cxx.

Member Function Documentation

◆ GetDataPtr()

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

Definition at line 684 of file TMatrixTUtils.h.

◆ operator()() [1/2]

template<class Element >
Element & TMatrixTSparseDiag< Element >::operator() ( Int_t  i)

operator() : pick element diag(i)

Definition at line 1725 of file TMatrixTUtils.cxx.

◆ operator()() [2/2]

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

Definition at line 1702 of file TMatrixTUtils.cxx.

◆ operator*=() [1/2]

template<class Element >
void TMatrixTSparseDiag< Element >::operator*= ( const TMatrixTSparseDiag_const< Element > &  d)

Multiply every element of the matrix diagonal with the corresponding element of diagonal md.

Definition at line 1859 of file TMatrixTUtils.cxx.

◆ operator*=() [2/2]

template<class Element >
void TMatrixTSparseDiag< Element >::operator*= ( Element  val)

Multiply every element of the matrix diagonal by val.

Definition at line 1788 of file TMatrixTUtils.cxx.

◆ operator+=() [1/2]

template<class Element >
void TMatrixTSparseDiag< Element >::operator+= ( const TMatrixTSparseDiag_const< Element > &  d)

Add to every element of the matrix diagonal the corresponding element of diagonal md.

Definition at line 1839 of file TMatrixTUtils.cxx.

◆ operator+=() [2/2]

template<class Element >
void TMatrixTSparseDiag< Element >::operator+= ( Element  val)

Add val to every element of the matrix diagonal.

Definition at line 1777 of file TMatrixTUtils.cxx.

◆ operator=() [1/4]

template<class Element >
TMatrixTSparseDiag< Element > & TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag< Element > &  d)
inline

Definition at line 696 of file TMatrixTUtils.h.

◆ operator=() [2/4]

template<class Element >
void TMatrixTSparseDiag< Element >::operator= ( const TMatrixTSparseDiag_const< Element > &  d)

Assignment operator.

Definition at line 1799 of file TMatrixTUtils.cxx.

◆ operator=() [3/4]

template<class Element >
void TMatrixTSparseDiag< Element >::operator= ( const TVectorT< Element > &  vec)

Assign a vector to the matrix diagonal.

Definition at line 1819 of file TMatrixTUtils.cxx.

◆ operator=() [4/4]

template<class Element >
void TMatrixTSparseDiag< Element >::operator= ( Element  val)

Assign val to every element of the matrix diagonal.

Definition at line 1766 of file TMatrixTUtils.cxx.

◆ operator[]() [1/2]

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

Definition at line 689 of file TMatrixTUtils.h.

◆ operator[]() [2/2]

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

Definition at line 688 of file TMatrixTUtils.h.


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