#include "TMatrixTSym.h"#include "TMatrixTLazy.h"#include "TMatrixTSymCramerInv.h"#include "TDecompLU.h"#include "TMatrixDSymEigen.h"#include "TClass.h"#include "TMath.h"#include "TMatrixFSymfwd.h"#include "TMatrixDSymfwd.h"Go to the source code of this file.
Functions | |
| templateClassImp (TMatrixTSym) template< class Element > TMatrixTSym< Element > | |
| template<class Element> | |
| Bool_t | operator== (const TMatrixTSym< Element > &m1, const TMatrixTSym< Element > &m2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator+ (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator+ (const TMatrixTSym< Element > &source1, Element val) |
| template<class Element> | |
| TMatrixTSym< Element > | operator+ (Element val, const TMatrixTSym< Element > &source1) |
| template<class Element> | |
| TMatrixTSym< Element > | operator- (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator- (const TMatrixTSym< Element > &source1, Element val) |
| template<class Element> | |
| TMatrixTSym< Element > | operator- (Element val, const TMatrixTSym< Element > &source1) |
| template<class Element> | |
| TMatrixTSym< Element > | operator * (const TMatrixTSym< Element > &source1, Element val) |
| template<class Element> | |
| TMatrixTSym< Element > | operator * (Element val, const TMatrixTSym< Element > &source1) |
| template<class Element> | |
| TMatrixTSym< Element > | operator && (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator|| (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator> (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator>= (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator<= (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > | operator< (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
| template<class Element> | |
| TMatrixTSym< Element > & | Add (TMatrixTSym< Element > &target, Element scalar, const TMatrixTSym< Element > &source) |
| template<class Element> | |
| TMatrixTSym< Element > & | ElementMult (TMatrixTSym< Element > &target, const TMatrixTSym< Element > &source) |
| template<class Element> | |
| TMatrixTSym< Element > & | ElementDiv (TMatrixTSym< Element > &target, const TMatrixTSym< Element > &source) |
| template Bool_t | operator==< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator+< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator+< Float_t > (const TMatrixFSym &source1, Float_t val) |
| template TMatrixFSym | operator+< Float_t > (Float_t val, const TMatrixFSym &source2) |
| template TMatrixFSym | operator-< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator-< Float_t > (const TMatrixFSym &source1, Float_t val) |
| template TMatrixFSym | operator-< Float_t > (Float_t val, const TMatrixFSym &source2) |
| template TMatrixFSym | operator *< Float_t > (const TMatrixFSym &source, Float_t val) |
| template TMatrixFSym | operator *< Float_t > (Float_t val, const TMatrixFSym &source) |
| template TMatrixFSym | operator &&< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator||< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator>< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator>=< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator<=< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym | operator<< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
| template TMatrixFSym & | Add< Float_t > (TMatrixFSym &target, Float_t scalar, const TMatrixFSym &source) |
| template TMatrixFSym & | ElementMult< Float_t > (TMatrixFSym &target, const TMatrixFSym &source) |
| template TMatrixFSym & | ElementDiv< Float_t > (TMatrixFSym &target, const TMatrixFSym &source) |
| template Bool_t | operator==< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator+< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator+< Double_t > (const TMatrixDSym &source1, Double_t val) |
| template TMatrixDSym | operator+< Double_t > (Double_t val, const TMatrixDSym &source2) |
| template TMatrixDSym | operator-< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator-< Double_t > (const TMatrixDSym &source1, Double_t val) |
| template TMatrixDSym | operator-< Double_t > (Double_t val, const TMatrixDSym &source2) |
| template TMatrixDSym | operator *< Double_t > (const TMatrixDSym &source, Double_t val) |
| template TMatrixDSym | operator *< Double_t > (Double_t val, const TMatrixDSym &source) |
| template TMatrixDSym | operator &&< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator||< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator>< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator>=< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator<=< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym | operator<< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
| template TMatrixDSym & | Add< Double_t > (TMatrixDSym &target, Double_t scalar, const TMatrixDSym &source) |
| template TMatrixDSym & | ElementMult< Double_t > (TMatrixDSym &target, const TMatrixDSym &source) |
| template TMatrixDSym & | ElementDiv< Double_t > (TMatrixDSym &target, const TMatrixDSym &source) |
| TMatrixTSym<Element>& Add | ( | TMatrixTSym< Element > & | target, | |
| Element | scalar, | |||
| const TMatrixTSym< Element > & | source | |||
| ) |
Definition at line 1904 of file TMatrixTSym.cxx.
References AreCompatible(), Error, gMatrixCheck, i, j, and nrows.
| template TMatrixDSym& Add< Double_t > | ( | TMatrixDSym & | target, | |
| Double_t | scalar, | |||
| const TMatrixDSym & | source | |||
| ) |
| template TMatrixFSym& Add< Float_t > | ( | TMatrixFSym & | target, | |
| Float_t | scalar, | |||
| const TMatrixFSym & | source | |||
| ) |
| TMatrixTSym<Element>& ElementDiv | ( | TMatrixTSym< Element > & | target, | |
| const TMatrixTSym< Element > & | source | |||
| ) |
Definition at line 1969 of file TMatrixTSym.cxx.
References AreCompatible(), Error, gMatrixCheck, i, j, and nrows.
| template TMatrixDSym& ElementDiv< Double_t > | ( | TMatrixDSym & | target, | |
| const TMatrixDSym & | source | |||
| ) |
| template TMatrixFSym& ElementDiv< Float_t > | ( | TMatrixFSym & | target, | |
| const TMatrixFSym & | source | |||
| ) |
| TMatrixTSym<Element>& ElementMult | ( | TMatrixTSym< Element > & | target, | |
| const TMatrixTSym< Element > & | source | |||
| ) |
Definition at line 1937 of file TMatrixTSym.cxx.
References AreCompatible(), Error, gMatrixCheck, i, j, and nrows.
| template TMatrixDSym& ElementMult< Double_t > | ( | TMatrixDSym & | target, | |
| const TMatrixDSym & | source | |||
| ) |
| template TMatrixFSym& ElementMult< Float_t > | ( | TMatrixFSym & | target, | |
| const TMatrixFSym & | source | |||
| ) |
| TMatrixTSym<Element> operator && | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1750 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator &&< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator &&< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator * | ( | Element | val, | |
| const TMatrixTSym< Element > & | source1 | |||
| ) |
| TMatrixTSym<Element> operator * | ( | const TMatrixTSym< Element > & | source1, | |
| Element | val | |||
| ) |
Definition at line 1734 of file TMatrixTSym.cxx.
| template TMatrixDSym operator *< Double_t > | ( | Double_t | val, | |
| const TMatrixDSym & | source | |||
| ) |
| template TMatrixDSym operator *< Double_t > | ( | const TMatrixDSym & | source, | |
| Double_t | val | |||
| ) |
| template TMatrixFSym operator *< Float_t > | ( | Float_t | val, | |
| const TMatrixFSym & | source | |||
| ) |
| template TMatrixFSym operator *< Float_t > | ( | const TMatrixFSym & | source, | |
| Float_t | val | |||
| ) |
| TMatrixTSym<Element> operator+ | ( | Element | val, | |
| const TMatrixTSym< Element > & | source1 | |||
| ) |
| TMatrixTSym<Element> operator+ | ( | const TMatrixTSym< Element > & | source1, | |
| Element | val | |||
| ) |
Definition at line 1693 of file TMatrixTSym.cxx.
| TMatrixTSym<Element> operator+ | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1684 of file TMatrixTSym.cxx.
| template TMatrixDSym operator+< Double_t > | ( | Double_t | val, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixDSym operator+< Double_t > | ( | const TMatrixDSym & | source1, | |
| Double_t | val | |||
| ) |
| template TMatrixDSym operator+< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator+< Float_t > | ( | Float_t | val, | |
| const TMatrixFSym & | source2 | |||
| ) |
| template TMatrixFSym operator+< Float_t > | ( | const TMatrixFSym & | source1, | |
| Float_t | val | |||
| ) |
| template TMatrixFSym operator+< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator- | ( | Element | val, | |
| const TMatrixTSym< Element > & | source1 | |||
| ) |
| TMatrixTSym<Element> operator- | ( | const TMatrixTSym< Element > & | source1, | |
| Element | val | |||
| ) |
Definition at line 1718 of file TMatrixTSym.cxx.
| TMatrixTSym<Element> operator- | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1709 of file TMatrixTSym.cxx.
| template TMatrixDSym operator-< Double_t > | ( | Double_t | val, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixDSym operator-< Double_t > | ( | const TMatrixDSym & | source1, | |
| Double_t | val | |||
| ) |
| template TMatrixDSym operator-< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator-< Float_t > | ( | Float_t | val, | |
| const TMatrixFSym & | source2 | |||
| ) |
| template TMatrixFSym operator-< Float_t > | ( | const TMatrixFSym & | source1, | |
| Float_t | val | |||
| ) |
| template TMatrixFSym operator-< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator< | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1878 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator<< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator<< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator<= | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1852 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator<=< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator<=< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| Bool_t operator== | ( | const TMatrixTSym< Element > & | m1, | |
| const TMatrixTSym< Element > & | m2 | |||
| ) |
Definition at line 1673 of file TMatrixTSym.cxx.
References AreCompatible(), TMatrixTSym< Element >::GetMatrixArray(), TMatrixTBase< Element >::GetNoElements(), and kFALSE.
| template Bool_t operator==< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template Bool_t operator==< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator> | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1800 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator>< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator>< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator>= | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1826 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator>=< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator>=< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| TMatrixTSym<Element> operator|| | ( | const TMatrixTSym< Element > & | source1, | |
| const TMatrixTSym< Element > & | source2 | |||
| ) |
Definition at line 1775 of file TMatrixTSym.cxx.
References AreCompatible(), Error, TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
| template TMatrixDSym operator||< Double_t > | ( | const TMatrixDSym & | source1, | |
| const TMatrixDSym & | source2 | |||
| ) |
| template TMatrixFSym operator||< Float_t > | ( | const TMatrixFSym & | source1, | |
| const TMatrixFSym & | source2 | |||
| ) |
| templateClassImp | ( | TMatrixTSym | ) |
Definition at line 33 of file TMatrixTSym.cxx.
1.5.1