Definition at line 349 of file TMatrixTUtils.h.
Public Member Functions | |
| TMatrixTDiag () | |
| TMatrixTDiag (const TMatrixTDiag< Element > &md) | |
| Copy constructor.   | |
| TMatrixTDiag (TMatrixT< Element > &matrix) | |
| Constructor.   | |
| TMatrixTDiag (TMatrixTSym< Element > &matrix) | |
| Constructor.   | |
| Element * | GetPtr () const | 
| TClass * | IsA () const override | 
| Element & | operator() (Int_t i) | 
| const Element & | operator() (Int_t i) const | 
| void | operator*= (const TMatrixTDiag_const< Element > &d) | 
| Multiply every element of the matrix diagonal with the corresponding element of diagonal md.   | |
| void | operator*= (Element val) | 
| Assign val to every element of the matrix diagonal.   | |
| void | operator+= (const TMatrixTDiag_const< Element > &d) | 
| Add to every element of the matrix diagonal the corresponding element of diagonal md.   | |
| void | operator+= (Element val) | 
| Assign val to every element of the matrix diagonal.   | |
| TMatrixTDiag< Element > & | operator= (const TMatrixTDiag< Element > &d) | 
| void | operator= (const TMatrixTDiag_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) | 
| const Element & | operator[] (Int_t i) const | 
| void | Streamer (TBuffer &) override | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
  Public Member Functions inherited from TMatrixTDiag_const< Element > | |
| TMatrixTDiag_const () | |
| TMatrixTDiag_const (const TMatrixT< Element > &matrix) | |
| Constructor.   | |
| TMatrixTDiag_const (const TMatrixTDiag_const< Element > &trc) | |
| TMatrixTDiag_const (const TMatrixTSym< Element > &matrix) | |
| Constructor.   | |
| virtual | ~TMatrixTDiag_const () | 
| Int_t | GetInc () const | 
| const TMatrixTBase< Element > * | GetMatrix () const | 
| Int_t | GetNdiags () const | 
| const Element * | GetPtr () const | 
| const Element & | operator() (Int_t i) const | 
| TMatrixTDiag_const< Element > & | operator= (const TMatrixTDiag_const< Element > &trc) | 
| const 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 TMatrixTDiag_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 TMatrixTDiag_const< Element > | |
| Int_t | fInc | 
| const TMatrixTBase< Element > * | fMatrix | 
| Int_t | fNdiag | 
| const Element * | fPtr | 
#include <TMatrixTUtils.h>
      
  | 
  inline | 
Definition at line 352 of file TMatrixTUtils.h.
| TMatrixTDiag< Element >::TMatrixTDiag | ( | TMatrixT< Element > & | matrix | ) | 
Constructor.
Definition at line 490 of file TMatrixTUtils.cxx.
| TMatrixTDiag< Element >::TMatrixTDiag | ( | TMatrixTSym< Element > & | matrix | ) | 
Constructor.
Definition at line 499 of file TMatrixTUtils.cxx.
| TMatrixTDiag< Element >::TMatrixTDiag | ( | const TMatrixTDiag< Element > & | md | ) | 
Copy constructor.
Definition at line 508 of file TMatrixTUtils.cxx.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  inlinestaticconstexpr | 
Definition at line 391 of file TMatrixTUtils.h.
      
  | 
  inlinestatic | 
Definition at line 391 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 357 of file TMatrixTUtils.h.
      
  | 
  inlineoverridevirtual | 
Reimplemented from TMatrixTDiag_const< Element >.
Definition at line 391 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 368 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 359 of file TMatrixTUtils.h.
| void TMatrixTDiag< Element >::operator*= | ( | const TMatrixTDiag_const< Element > & | d | ) | 
Multiply every element of the matrix diagonal with the corresponding element of diagonal md.
Definition at line 619 of file TMatrixTUtils.cxx.
| void TMatrixTDiag< Element >::operator*= | ( | Element | val | ) | 
Assign val to every element of the matrix diagonal.
Definition at line 541 of file TMatrixTUtils.cxx.
| void TMatrixTDiag< Element >::operator+= | ( | const TMatrixTDiag_const< Element > & | d | ) | 
Add to every element of the matrix diagonal the corresponding element of diagonal md.
Definition at line 597 of file TMatrixTUtils.cxx.
| void TMatrixTDiag< Element >::operator+= | ( | Element | val | ) | 
Assign val to every element of the matrix diagonal.
Definition at line 529 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 385 of file TMatrixTUtils.h.
| void TMatrixTDiag< Element >::operator= | ( | const TMatrixTDiag_const< Element > & | d | ) | 
Assignment operator.
Definition at line 553 of file TMatrixTUtils.cxx.
| void TMatrixTDiag< Element >::operator= | ( | const TVectorT< Element > & | vec | ) | 
Assign a vector to the matrix diagonal.
Definition at line 576 of file TMatrixTUtils.cxx.
| void TMatrixTDiag< Element >::operator= | ( | Element | val | ) | 
Assign val to every element of the matrix diagonal.
Definition at line 517 of file TMatrixTUtils.cxx.
      
  | 
  inline | 
Definition at line 378 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 377 of file TMatrixTUtils.h.
      
  | 
  overridevirtual | 
Reimplemented from TMatrixTDiag_const< Element >.
      
  | 
  inline | 
Definition at line 391 of file TMatrixTUtils.h.