#include "TMatrixTBase.h"#include "TMatrixTUtils.h"Go to the source code of this file.
Classes | |
| class | TMatrixTSparse< Element > | 
Functions | |
| template<class Element> | |
| TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator+ (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source, Element val) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator+ (Element val, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator- (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source, Element val) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator- (Element val, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator * (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator * (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator * (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator * (Element val, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| TMatrixTSparse< Element > | operator * (const TMatrixTSparse< Element > &source, Element val) | 
| template<class Element> | |
| TMatrixTSparse< Element > & | Add (TMatrixTSparse< Element > &target, Element scalar, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| TMatrixTSparse< Element > & | ElementMult (TMatrixTSparse< Element > &target, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| TMatrixTSparse< Element > & | ElementDiv (TMatrixTSparse< Element > &target, const TMatrixTSparse< Element > &source) | 
| template<class Element> | |
| Bool_t | AreCompatible (const TMatrixTSparse< Element > &m1, const TMatrixTSparse< Element > &m2, Int_t verbose=0) | 
| TMatrixTSparse<Element>& Add | ( | TMatrixTSparse< Element > & | target, | |
| Element | scalar, | |||
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2644 of file TMatrixTSparse.cxx.
| Bool_t AreCompatible | ( | const TMatrixTSparse< Element > & | m1, | |
| const TMatrixTSparse< Element > & | m2, | |||
| Int_t |  verbose = 0 | |||
| ) | 
Definition at line 2700 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element>& ElementDiv | ( | TMatrixTSparse< Element > & | target, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2674 of file TMatrixTSparse.cxx.
| TMatrixTSparse<Element>& ElementMult | ( | TMatrixTSparse< Element > & | target, | |
| const TMatrixTSparse< Element > & | source | |||
| ) | 
Definition at line 2654 of file TMatrixTSparse.cxx.
| 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.
| 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.
| 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.
 1.5.1