#include "TMatrixTSparse.h"#include "TMatrixT.h"#include "TMath.h"#include "TMatrixFSparsefwd.h"#include "TMatrixFfwd.h"#include "TMatrixDSparsefwd.h"#include "TMatrixDfwd.h"Go to the source code of this file.
| TMatrixTSparse<Element>& Add | ( | TMatrixTSparse< Element > & | target, | |
| Element | scalar, | |||
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2644 of file TMatrixTSparse.cxx.
| template TMatrixDSparse& Add< Double_t > | ( | TMatrixDSparse & | target, | |
| Double_t | scalar, | |||
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixFSparse& Add< Float_t > | ( | TMatrixFSparse & | target, | |
| Float_t | scalar, | |||
| const TMatrixFSparse & | source | |||
| ) | 
| Bool_t AreCompatible | ( | const TMatrixTSparse< Element > & | m1, | |
| const TMatrixTSparse< Element > & | m2, | |||
| Int_t | verbose | |||
| ) | 
Definition at line 2700 of file TMatrixTSparse.cxx.
References Error, TMatrixTSparse< Element >::GetColIndexArray(), TMatrixTBase< Element >::GetColLwb(), TMatrixTBase< Element >::GetNcols(), TMatrixTBase< Element >::GetNoElements(), TMatrixTBase< Element >::GetNrows(), TMatrixTSparse< Element >::GetRowIndexArray(), TMatrixTBase< Element >::GetRowLwb(), i, TMatrixTBase< Element >::IsValid(), kFALSE, and kTRUE.
| template Bool_t AreCompatible< Double_t > | ( | const TMatrixDSparse & | m1, | |
| const TMatrixDSparse & | m2, | |||
| Int_t | verbose | |||
| ) | 
| template Bool_t AreCompatible< Float_t > | ( | const TMatrixFSparse & | m1, | |
| const TMatrixFSparse & | m2, | |||
| Int_t | verbose | |||
| ) | 
| TMatrixTSparse<Element>& ElementDiv | ( | TMatrixTSparse< Element > & | target, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2674 of file TMatrixTSparse.cxx.
References AreCompatible(), Error, and gMatrixCheck.
| template TMatrixDSparse& ElementDiv< Double_t > | ( | TMatrixDSparse & | target, | |
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixFSparse& ElementDiv< Float_t > | ( | TMatrixFSparse & | target, | |
| const TMatrixFSparse & | source | |||
| ) | 
| TMatrixTSparse<Element>& ElementMult | ( | TMatrixTSparse< Element > & | target, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2654 of file TMatrixTSparse.cxx.
References AreCompatible(), Error, and gMatrixCheck.
| template TMatrixDSparse& ElementMult< Double_t > | ( | TMatrixDSparse & | target, | |
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixFSparse& ElementMult< Float_t > | ( | TMatrixFSparse & | target, | |
| const TMatrixFSparse & | source | |||
| ) | 
| TMatrixTSparse<Element> operator * | ( | const TMatrixTSparse< Element > & | source, | |
| Element | val | |||
| ) | 
Definition at line 2635 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator * | ( | Element | val, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2626 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator * | ( | const TMatrixT< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2618 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator * | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixT< Element > & | source2 | |||
| ) | 
Definition at line 2610 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator * | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2602 of file TMatrixTSparse.cxx.
| template TMatrixDSparse operator *< Double_t > | ( | const TMatrixDSparse & | source, | |
| Double_t | val | |||
| ) | 
| template TMatrixDSparse operator *< Double_t > | ( | Double_t | val, | |
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixDSparse operator *< Double_t > | ( | const TMatrixD & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixDSparse operator *< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixD & | source2 | |||
| ) | 
| template TMatrixDSparse operator *< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator *< Float_t > | ( | const TMatrixFSparse & | source, | |
| Float_t | val | |||
| ) | 
| template TMatrixFSparse operator *< Float_t > | ( | Float_t | val, | |
| const TMatrixFSparse & | source | |||
| ) | 
| template TMatrixFSparse operator *< Float_t > | ( | const TMatrixF & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator *< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixF & | source2 | |||
| ) | 
| template TMatrixFSparse operator *< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| TMatrixTSparse<Element> operator+ | ( | Element | val, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2551 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator+ | ( | const TMatrixTSparse< Element > & | source, | |
| Element | val | |||
| ) | 
Definition at line 2542 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator+ | ( | const TMatrixT< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2534 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator+ | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixT< Element > & | source2 | |||
| ) | 
Definition at line 2526 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator+ | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2518 of file TMatrixTSparse.cxx.
| template TMatrixDSparse operator+< Double_t > | ( | Double_t | val, | |
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixDSparse operator+< Double_t > | ( | const TMatrixDSparse & | source, | |
| Double_t | val | |||
| ) | 
| template TMatrixDSparse operator+< Double_t > | ( | const TMatrixD & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixDSparse operator+< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixD & | source2 | |||
| ) | 
| template TMatrixDSparse operator+< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator+< Float_t > | ( | Float_t | val, | |
| const TMatrixFSparse & | source | |||
| ) | 
| template TMatrixFSparse operator+< Float_t > | ( | const TMatrixFSparse & | source, | |
| Float_t | val | |||
| ) | 
| template TMatrixFSparse operator+< Float_t > | ( | const TMatrixF & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator+< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixF & | source2 | |||
| ) | 
| template TMatrixFSparse operator+< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| TMatrixTSparse<Element> operator- | ( | Element | val, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2593 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator- | ( | const TMatrixTSparse< Element > & | source, | |
| Element | val | |||
| ) | 
Definition at line 2584 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator- | ( | const TMatrixT< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2576 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator- | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixT< Element > & | source2 | |||
| ) | 
Definition at line 2568 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element> operator- | ( | const TMatrixTSparse< Element > & | source1, | |
| const TMatrixTSparse< Element > & | source2 | |||
| ) | 
Definition at line 2560 of file TMatrixTSparse.cxx.
| template TMatrixDSparse operator-< Double_t > | ( | Double_t | val, | |
| const TMatrixDSparse & | source | |||
| ) | 
| template TMatrixDSparse operator-< Double_t > | ( | const TMatrixDSparse & | source, | |
| Double_t | val | |||
| ) | 
| template TMatrixDSparse operator-< Double_t > | ( | const TMatrixD & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixDSparse operator-< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixD & | source2 | |||
| ) | 
| template TMatrixDSparse operator-< Double_t > | ( | const TMatrixDSparse & | source1, | |
| const TMatrixDSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator-< Float_t > | ( | Float_t | val, | |
| const TMatrixFSparse & | source | |||
| ) | 
| template TMatrixFSparse operator-< Float_t > | ( | const TMatrixFSparse & | source, | |
| Float_t | val | |||
| ) | 
| template TMatrixFSparse operator-< Float_t > | ( | const TMatrixF & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| template TMatrixFSparse operator-< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixF & | source2 | |||
| ) | 
| template TMatrixFSparse operator-< Float_t > | ( | const TMatrixFSparse & | source1, | |
| const TMatrixFSparse & | source2 | |||
| ) | 
| templateClassImp | ( | TMatrixTSparse | ) | 
Definition at line 77 of file TMatrixTSparse.cxx.
 1.5.1
 1.5.1