Definition at line 677 of file TMatrixTUtils.h.
| Public Member Functions | |
| TMatrixTSparseDiag () | |
| TMatrixTSparseDiag (const TMatrixTSparseDiag< Element > &md) | |
| Constructor. | |
| TMatrixTSparseDiag (TMatrixTSparse< Element > &matrix) | |
| Constructor. | |
| Element * | GetDataPtr () const | 
| TClass * | IsA () const override | 
| Element & | operator() (Int_t i) | 
| operator() : pick element diag(i) | |
| 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. | |
| void | operator*= (Element val) | 
| Multiply every element of the matrix diagonal by val. | |
| void | operator+= (const TMatrixTSparseDiag_const< Element > &d) | 
| Add to every element of the matrix diagonal the corresponding element of diagonal md. | |
| void | operator+= (Element val) | 
| Add val to every element of the matrix diagonal. | |
| TMatrixTSparseDiag< Element > & | operator= (const TMatrixTSparseDiag< Element > &d) | 
| void | operator= (const TMatrixTSparseDiag_const< Element > &d) | 
| Assignment operator. | |
| void | operator= (const TVectorT< Element > &vec) | 
| Assign a vector to the matrix diagonal. | |
| void | operator= (Element val) | 
| Assign val to every element of the matrix diagonal. | |
| Element & | operator[] (Int_t i) | 
| Element | operator[] (Int_t i) const | 
| void | Streamer (TBuffer &) override | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
|  Public Member Functions inherited from TMatrixTSparseDiag_const< Element > | |
| 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 | 
| Element | operator() (Int_t i) const | 
| TMatrixTSparseDiag_const< Element > & | operator= (const TMatrixTSparseDiag_const< Element > &trc) | 
| Element | operator[] (Int_t i) const | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
| Static Public Member Functions | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
|  Static Public Member Functions inherited from TMatrixTSparseDiag_const< Element > | |
| static TClass * | Class () | 
| static const char * | Class_Name () | 
| static constexpr Version_t | Class_Version () | 
| static const char * | DeclFileName () | 
| Additional Inherited Members | |
|  Protected Attributes inherited from TMatrixTSparseDiag_const< Element > | |
| const Element * | fDataPtr | 
| const TMatrixTSparse< Element > * | fMatrix | 
| Int_t | fNdiag | 
#include <TMatrixTUtils.h>
| 
 | inline | 
Definition at line 680 of file TMatrixTUtils.h.
| TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | TMatrixTSparse< Element > & | matrix | ) | 
Constructor.
Definition at line 1684 of file TMatrixTUtils.cxx.
| TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | const TMatrixTSparseDiag< Element > & | md | ) | 
Constructor.
Definition at line 1693 of file TMatrixTUtils.cxx.
| 
 | static | 
| 
 | static | 
| 
 | inlinestaticconstexpr | 
Definition at line 702 of file TMatrixTUtils.h.
| 
 | inlinestatic | 
Definition at line 702 of file TMatrixTUtils.h.
| 
 | inline | 
Definition at line 684 of file TMatrixTUtils.h.
| 
 | inlineoverridevirtual | 
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 702 of file TMatrixTUtils.h.
| Element & TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) | 
operator() : pick element diag(i)
Definition at line 1725 of file TMatrixTUtils.cxx.
| Element TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) | const | 
Definition at line 1702 of file TMatrixTUtils.cxx.
| 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.
| void TMatrixTSparseDiag< Element >::operator*= | ( | Element | val | ) | 
Multiply every element of the matrix diagonal by val.
Definition at line 1788 of file TMatrixTUtils.cxx.
| 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.
| void TMatrixTSparseDiag< Element >::operator+= | ( | Element | val | ) | 
Add val to every element of the matrix diagonal.
Definition at line 1777 of file TMatrixTUtils.cxx.
| 
 | inline | 
Definition at line 696 of file TMatrixTUtils.h.
| void TMatrixTSparseDiag< Element >::operator= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) | 
Assignment operator.
Definition at line 1799 of file TMatrixTUtils.cxx.
| void TMatrixTSparseDiag< Element >::operator= | ( | const TVectorT< Element > & | vec | ) | 
Assign a vector to the matrix diagonal.
Definition at line 1819 of file TMatrixTUtils.cxx.
| void TMatrixTSparseDiag< Element >::operator= | ( | Element | val | ) | 
Assign val to every element of the matrix diagonal.
Definition at line 1766 of file TMatrixTUtils.cxx.
| 
 | inline | 
Definition at line 689 of file TMatrixTUtils.h.
| 
 | inline | 
Definition at line 688 of file TMatrixTUtils.h.
| 
 | overridevirtual | 
Reimplemented from TMatrixTSparseDiag_const< Element >.
| 
 | inline | 
Definition at line 702 of file TMatrixTUtils.h.