Definition at line 353 of file TMatrixTUtils.h.
Public Member Functions | |
| TMatrixTDiag () | |
| TMatrixTDiag (const TMatrixTDiag< Element > &md) | |
| Copy constructor.  More... | |
| TMatrixTDiag (TMatrixT< Element > &matrix) | |
| Constructor.  More... | |
| TMatrixTDiag (TMatrixTSym< Element > &matrix) | |
| Constructor.  More... | |
| Element * | GetPtr () const | 
| 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.  More... | |
| void | operator*= (Element val) | 
| Assign val to every element of the matrix diagonal.  More... | |
| void | operator+= (const TMatrixTDiag_const< Element > &d) | 
| Add to every element of the matrix diagonal the corresponding element of diagonal md.  More... | |
| void | operator+= (Element val) | 
| Assign val to every element of the matrix diagonal.  More... | |
| TMatrixTDiag< Element > & | operator= (const TMatrixTDiag< Element > &d) | 
| void | operator= (const TMatrixTDiag_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) | 
| const Element & | operator[] (Int_t i) const | 
  Public Member Functions inherited from TMatrixTDiag_const< Element > | |
| TMatrixTDiag_const () | |
| TMatrixTDiag_const (const TMatrixT< Element > &matrix) | |
| Constructor.  More... | |
| TMatrixTDiag_const (const TMatrixTDiag_const< Element > &trc) | |
| TMatrixTDiag_const (const TMatrixTSym< Element > &matrix) | |
| Constructor.  More... | |
| 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 | 
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 356 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.
      
  | 
  inline | 
Definition at line 361 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 372 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 363 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 389 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 382 of file TMatrixTUtils.h.
      
  | 
  inline | 
Definition at line 381 of file TMatrixTUtils.h.