#include <TMatrixTUtils.h>
Inheritance diagram for TMatrixTSparseDiag< Element >:
Definition at line 666 of file TMatrixTUtils.h.
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | ) | [inline] |
Definition at line 669 of file TMatrixTUtils.h.
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | TMatrixTSparse< Element > & | matrix | ) |
Definition at line 1640 of file TMatrixTUtils.cxx.
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | const TMatrixTSparseDiag< Element > & | md | ) |
Definition at line 1648 of file TMatrixTUtils.cxx.
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | ) | [inline] |
Definition at line 669 of file TMatrixTUtils.h.
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | TMatrixTSparse< Element > & | matrix | ) |
TMatrixTSparseDiag< Element >::TMatrixTSparseDiag | ( | const TMatrixTSparseDiag< Element > & | md | ) |
Element* TMatrixTSparseDiag< Element >::GetDataPtr | ( | ) | const [inline] |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 673 of file TMatrixTUtils.h.
References TMatrixTSparseDiag_const< Element >::fDataPtr.
Element TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) | const |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 1658 of file TMatrixTUtils.cxx.
References TMath::BinarySearch(), Error, TMatrixTSparseDiag_const< Element >::fMatrix, TMatrixTSparseDiag_const< Element >::fNdiag, and R__ASSERT.
Element & TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) |
Definition at line 1679 of file TMatrixTUtils.cxx.
References TMath::BinarySearch(), Error, TMatrixTSparseDiag_const< Element >::fDataPtr, TMatrixTSparseDiag_const< Element >::fMatrix, TMatrixTBase< Element >::GetColIndexArray(), TMatrixTBase< Element >::GetColLwb(), TMatrixTBase< Element >::GetMatrixArray(), TMatrixTBase< Element >::GetRowIndexArray(), TMatrixTBase< Element >::GetRowLwb(), TMatrixTBase< Element >::InsertRow(), R__ASSERT, row, and val.
Element TMatrixTSparseDiag< Element >::operator[] | ( | Int_t | i | ) | const [inline] |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 677 of file TMatrixTUtils.h.
Element& TMatrixTSparseDiag< Element >::operator[] | ( | Int_t | i | ) | [inline] |
Definition at line 678 of file TMatrixTUtils.h.
void TMatrixTSparseDiag< Element >::operator= | ( | Element | val | ) |
Definition at line 1720 of file TMatrixTUtils.cxx.
References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.
Referenced by TMatrixTSparseDiag< Element >::operator=().
void TMatrixTSparseDiag< Element >::operator+= | ( | Element | val | ) |
Definition at line 1731 of file TMatrixTUtils.cxx.
References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.
void TMatrixTSparseDiag< Element >::operator *= | ( | Element | val | ) |
Definition at line 1742 of file TMatrixTUtils.cxx.
References TMatrixTSparseDiag_const< Element >::fNdiag, i, and R__ASSERT.
void TMatrixTSparseDiag< Element >::operator= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 1753 of file TMatrixTUtils.cxx.
References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.
TMatrixTSparseDiag<Element>& TMatrixTSparseDiag< Element >::operator= | ( | const TMatrixTSparseDiag< Element > & | d | ) | [inline] |
Definition at line 685 of file TMatrixTUtils.h.
References d, and TMatrixTSparseDiag< Element >::operator=().
void TMatrixTSparseDiag< Element >::operator= | ( | const TVectorT< Element > & | vec | ) |
Definition at line 1773 of file TMatrixTUtils.cxx.
References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TVectorT< Element >::GetMatrixArray(), TVectorT< Element >::GetNrows(), i, TVectorT< Element >::IsValid(), R__ASSERT, and vp.
void TMatrixTSparseDiag< Element >::operator+= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
Definition at line 1792 of file TMatrixTUtils.cxx.
References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.
void TMatrixTSparseDiag< Element >::operator *= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
Definition at line 1812 of file TMatrixTUtils.cxx.
References Error, TMatrixTSparseDiag_const< Element >::fNdiag, TMatrixTSparseDiag_const< Element >::GetMatrix(), TMatrixTSparseDiag_const< Element >::GetNdiags(), i, TMatrixTBase< Element >::IsValid(), and R__ASSERT.
Element* TMatrixTSparseDiag< Element >::GetDataPtr | ( | ) | const [inline] |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 673 of file TMatrixTUtils.h.
References TMatrixTSparseDiag_const< Element >::fDataPtr.
Element TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) | const |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Element& TMatrixTSparseDiag< Element >::operator() | ( | Int_t | i | ) |
Element TMatrixTSparseDiag< Element >::operator[] | ( | Int_t | i | ) | const [inline] |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 677 of file TMatrixTUtils.h.
Element& TMatrixTSparseDiag< Element >::operator[] | ( | Int_t | i | ) | [inline] |
Definition at line 678 of file TMatrixTUtils.h.
void TMatrixTSparseDiag< Element >::operator= | ( | Element | val | ) |
void TMatrixTSparseDiag< Element >::operator+= | ( | Element | val | ) |
void TMatrixTSparseDiag< Element >::operator *= | ( | Element | val | ) |
void TMatrixTSparseDiag< Element >::operator= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
TMatrixTSparseDiag<Element>& TMatrixTSparseDiag< Element >::operator= | ( | const TMatrixTSparseDiag< Element > & | d | ) | [inline] |
Definition at line 685 of file TMatrixTUtils.h.
References d, and TMatrixTSparseDiag< Element >::operator=().
void TMatrixTSparseDiag< Element >::operator= | ( | const TVectorT< Element > & | vec | ) |
void TMatrixTSparseDiag< Element >::operator+= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
void TMatrixTSparseDiag< Element >::operator *= | ( | const TMatrixTSparseDiag_const< Element > & | d | ) |
TClass * TMatrixTSparseDiag< double >::Class | ( | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 3944 of file G__Matrix.cxx.
References ROOT::GenerateInitInstanceLocal(), and x0.
TClass * TMatrixTSparseDiag< float >::Class | ( | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 5032 of file G__Matrix.cxx.
References ROOT::GenerateInitInstanceLocal(), and x0.
void TMatrixTSparseDiag< float >::Streamer | ( | TBuffer & | R__b | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 6369 of file G__Matrix.cxx.
References TMatrixTSparseDiag_const< Element >::Streamer().
void TMatrixTSparseDiag< double >::Streamer | ( | TBuffer & | R__b | ) |
Reimplemented from TMatrixTSparseDiag_const< Element >.
Definition at line 7651 of file G__Matrix.cxx.
References TMatrixTSparseDiag_const< Element >::Streamer().