#include <iostream>
#include <typeinfo>
#include "TMatrixT.h"
#include "TMatrixTSym.h"
#include "TMatrixTLazy.h"
#include "TMatrixTCramerInv.h"
#include "TDecompLU.h"
#include "TMatrixDEigen.h"
#include "TClass.h"
#include "TMath.h"
#include "TMatrixFfwd.h"
#include "TMatrixFSymfwd.h"
#include "TMatrixDfwd.h"
#include "TMatrixDSymfwd.h"
Go to the source code of this file.
Functions | |
templateClassImp (TMatrixT) template< class Element > TMatrixT< Element > | |
template<class Element> | |
TMatrixT< Element > | operator+ (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator+ (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator+ (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator+ (const TMatrixT< Element > &source, Element val) |
template<class Element> | |
TMatrixT< Element > | operator+ (Element val, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > | operator- (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator- (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator- (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator- (const TMatrixT< Element > &source, Element val) |
template<class Element> | |
TMatrixT< Element > | operator- (Element val, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > | operator * (Element val, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > | operator * (const TMatrixT< Element > &source, Element val) |
template<class Element> | |
TMatrixT< Element > | operator * (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator * (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator * (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator * (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator && (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator && (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator && (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator|| (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator|| (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator|| (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator> (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator> (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator> (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator>= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator>= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator>= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator<= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator<= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator<= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator< (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator< (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator< (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator!= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator!= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2) |
template<class Element> | |
TMatrixT< Element > | operator!= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element> | |
TMatrixT< Element > & | Add (TMatrixT< Element > &target, Element scalar, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > & | Add (TMatrixT< Element > &target, Element scalar, const TMatrixTSym< Element > &source) |
template<class Element> | |
TMatrixT< Element > & | ElementMult (TMatrixT< Element > &target, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > & | ElementMult (TMatrixT< Element > &target, const TMatrixTSym< Element > &source) |
template<class Element> | |
TMatrixT< Element > & | ElementDiv (TMatrixT< Element > &target, const TMatrixT< Element > &source) |
template<class Element> | |
TMatrixT< Element > & | ElementDiv (TMatrixT< Element > &target, const TMatrixTSym< Element > &source) |
template<class Element> | |
void | AMultB (const Element *const ap, Int_t na, Int_t ncolsa, const Element *const bp, Int_t nb, Int_t ncolsb, Element *cp) |
template<class Element> | |
void | AtMultB (const Element *const ap, Int_t ncolsa, const Element *const bp, Int_t nb, Int_t ncolsb, Element *cp) |
template<class Element> | |
void | AMultBt (const Element *const ap, Int_t na, Int_t ncolsa, const Element *const bp, Int_t nb, Int_t ncolsb, Element *cp) |
template TMatrixF | operator+< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator+< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator+< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator+< Float_t > (const TMatrixF &source, Float_t val) |
template TMatrixF | operator+< Float_t > (Float_t val, const TMatrixF &source) |
template TMatrixF | operator-< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator-< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator-< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator-< Float_t > (const TMatrixF &source, Float_t val) |
template TMatrixF | operator-< Float_t > (Float_t val, const TMatrixF &source) |
template TMatrixF | operator *< Float_t > (Float_t val, const TMatrixF &source) |
template TMatrixF | operator *< Float_t > (const TMatrixF &source, Float_t val) |
template TMatrixF | operator *< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator *< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator *< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator *< Float_t > (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template TMatrixF | operator &&< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator &&< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator &&< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator||< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator||< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator||< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator>< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator>< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator>< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator>=< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator>=< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator>=< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator<=< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator<=< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator<=< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator<< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator<< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator<< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF | operator!=< Float_t > (const TMatrixF &source1, const TMatrixF &source2) |
template TMatrixF | operator!=< Float_t > (const TMatrixF &source1, const TMatrixFSym &source2) |
template TMatrixF | operator!=< Float_t > (const TMatrixFSym &source1, const TMatrixF &source2) |
template TMatrixF & | Add< Float_t > (TMatrixF &target, Float_t scalar, const TMatrixF &source) |
template TMatrixF & | Add< Float_t > (TMatrixF &target, Float_t scalar, const TMatrixFSym &source) |
template TMatrixF & | ElementMult< Float_t > (TMatrixF &target, const TMatrixF &source) |
template TMatrixF & | ElementMult< Float_t > (TMatrixF &target, const TMatrixFSym &source) |
template TMatrixF & | ElementDiv< Float_t > (TMatrixF &target, const TMatrixF &source) |
template TMatrixF & | ElementDiv< Float_t > (TMatrixF &target, const TMatrixFSym &source) |
template void | AMultB< Float_t > (const Float_t *const ap, Int_t na, Int_t ncolsa, const Float_t *const bp, Int_t nb, Int_t ncolsb, Float_t *cp) |
template void | AtMultB< Float_t > (const Float_t *const ap, Int_t ncolsa, const Float_t *const bp, Int_t nb, Int_t ncolsb, Float_t *cp) |
template void | AMultBt< Float_t > (const Float_t *const ap, Int_t na, Int_t ncolsa, const Float_t *const bp, Int_t nb, Int_t ncolsb, Float_t *cp) |
template TMatrixD | operator+< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator+< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator+< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator+< Double_t > (const TMatrixD &source, Double_t val) |
template TMatrixD | operator+< Double_t > (Double_t val, const TMatrixD &source) |
template TMatrixD | operator-< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator-< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator-< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator-< Double_t > (const TMatrixD &source, Double_t val) |
template TMatrixD | operator-< Double_t > (Double_t val, const TMatrixD &source) |
template TMatrixD | operator *< Double_t > (Double_t val, const TMatrixD &source) |
template TMatrixD | operator *< Double_t > (const TMatrixD &source, Double_t val) |
template TMatrixD | operator *< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator *< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator *< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator *< Double_t > (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixD | operator &&< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator &&< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator &&< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator||< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator||< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator||< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator>< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator>< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator>< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator>=< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator>=< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator>=< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator<=< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator<=< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator<=< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator<< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator<< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator<< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD | operator!=< Double_t > (const TMatrixD &source1, const TMatrixD &source2) |
template TMatrixD | operator!=< Double_t > (const TMatrixD &source1, const TMatrixDSym &source2) |
template TMatrixD | operator!=< Double_t > (const TMatrixDSym &source1, const TMatrixD &source2) |
template TMatrixD & | Add< Double_t > (TMatrixD &target, Double_t scalar, const TMatrixD &source) |
template TMatrixD & | Add< Double_t > (TMatrixD &target, Double_t scalar, const TMatrixDSym &source) |
template TMatrixD & | ElementMult< Double_t > (TMatrixD &target, const TMatrixD &source) |
template TMatrixD & | ElementMult< Double_t > (TMatrixD &target, const TMatrixDSym &source) |
template TMatrixD & | ElementDiv< Double_t > (TMatrixD &target, const TMatrixD &source) |
template TMatrixD & | ElementDiv< Double_t > (TMatrixD &target, const TMatrixDSym &source) |
template void | AMultB< Double_t > (const Double_t *const ap, Int_t na, Int_t ncolsa, const Double_t *const bp, Int_t nb, Int_t ncolsb, Double_t *cp) |
template void | AtMultB< Double_t > (const Double_t *const ap, Int_t ncolsa, const Double_t *const bp, Int_t nb, Int_t ncolsb, Double_t *cp) |
template void | AMultBt< Double_t > (const Double_t *const ap, Int_t na, Int_t ncolsa, const Double_t *const bp, Int_t nb, Int_t ncolsb, Double_t *cp) |
TMatrixT<Element>& Add | ( | TMatrixT< Element > & | target, | |
Element | scalar, | |||
const TMatrixTSym< Element > & | source | |||
) |
template TMatrixD& Add< Double_t > | ( | TMatrixD & | target, | |
Double_t | scalar, | |||
const TMatrixDSym & | source | |||
) |
template TMatrixF& Add< Float_t > | ( | TMatrixF & | target, | |
Float_t | scalar, | |||
const TMatrixFSym & | source | |||
) |
void AMultB | ( | const Element *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Element *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Element * | cp | |||
) |
Definition at line 3076 of file TMatrixT.cxx.
template void AMultB< Double_t > | ( | const Double_t *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Double_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Double_t * | cp | |||
) |
template void AMultB< Float_t > | ( | const Float_t *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Float_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Float_t * | cp | |||
) |
void AMultBt | ( | const Element *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Element *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Element * | cp | |||
) |
Definition at line 3123 of file TMatrixT.cxx.
template void AMultBt< Double_t > | ( | const Double_t *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Double_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Double_t * | cp | |||
) |
template void AMultBt< Float_t > | ( | const Float_t *const | ap, | |
Int_t | na, | |||
Int_t | ncolsa, | |||
const Float_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Float_t * | cp | |||
) |
void AtMultB | ( | const Element *const | ap, | |
Int_t | ncolsa, | |||
const Element *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Element * | cp | |||
) |
Definition at line 3099 of file TMatrixT.cxx.
template void AtMultB< Double_t > | ( | const Double_t *const | ap, | |
Int_t | ncolsa, | |||
const Double_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Double_t * | cp | |||
) |
template void AtMultB< Float_t > | ( | const Float_t *const | ap, | |
Int_t | ncolsa, | |||
const Float_t *const | bp, | |||
Int_t | nb, | |||
Int_t | ncolsb, | |||
Float_t * | cp | |||
) |
TMatrixT<Element>& ElementDiv | ( | TMatrixT< Element > & | target, | |
const TMatrixTSym< Element > & | source | |||
) |
template TMatrixD& ElementDiv< Double_t > | ( | TMatrixD & | target, | |
const TMatrixDSym & | source | |||
) |
template TMatrixF& ElementDiv< Float_t > | ( | TMatrixF & | target, | |
const TMatrixFSym & | source | |||
) |
TMatrixT<Element>& ElementMult | ( | TMatrixT< Element > & | target, | |
const TMatrixTSym< Element > & | source | |||
) |
template TMatrixD& ElementMult< Double_t > | ( | TMatrixD & | target, | |
const TMatrixDSym & | source | |||
) |
template TMatrixF& ElementMult< Float_t > | ( | TMatrixF & | target, | |
const TMatrixFSym & | source | |||
) |
TMatrixT<Element> operator && | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator && | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2508 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator && | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2483 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator &&< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator &&< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator &&< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator &&< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator * | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2473 of file TMatrixT.cxx.
TMatrixT<Element> operator * | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2463 of file TMatrixT.cxx.
TMatrixT<Element> operator * | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2453 of file TMatrixT.cxx.
TMatrixT<Element> operator * | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2443 of file TMatrixT.cxx.
TMatrixT<Element> operator * | ( | Element | val, | |
const TMatrixT< Element > & | source | |||
) |
Definition at line 2423 of file TMatrixT.cxx.
template TMatrixD operator *< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixD operator *< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator *< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator *< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixFSym & | source2 | |||
) |
template TMatrixF operator *< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator *< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator!= | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator!= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2868 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator!= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2842 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator!=< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator!=< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator!=< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator!=< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator+ | ( | const TMatrixT< Element > & | source, | |
Element | val | |||
) |
Definition at line 2352 of file TMatrixT.cxx.
TMatrixT<Element> operator+ | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator+ | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2332 of file TMatrixT.cxx.
TMatrixT<Element> operator+ | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2321 of file TMatrixT.cxx.
template TMatrixD operator+< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator+< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator+< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator+< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator- | ( | const TMatrixT< Element > & | source, | |
Element | val | |||
) |
Definition at line 2403 of file TMatrixT.cxx.
TMatrixT<Element> operator- | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator- | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2383 of file TMatrixT.cxx.
TMatrixT<Element> operator- | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2372 of file TMatrixT.cxx.
template TMatrixD operator-< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator-< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator-< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator-< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator< | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2833 of file TMatrixT.cxx.
TMatrixT<Element> operator< | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2807 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator< | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2783 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator<< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator<< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator<< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator<< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator<= | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2774 of file TMatrixT.cxx.
TMatrixT<Element> operator<= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2748 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator<= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2722 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator<=< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator<=< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator<=< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator<=< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator> | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator> | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2626 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator> | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2600 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator>< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator>< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator>< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator>< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator>= | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator>= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2687 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator>= | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2661 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator>=< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator>=< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator>=< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator>=< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
TMatrixT<Element> operator|| | ( | const TMatrixTSym< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
TMatrixT<Element> operator|| | ( | const TMatrixT< Element > & | source1, | |
const TMatrixTSym< Element > & | source2 | |||
) |
Definition at line 2566 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), TMatrixTSym< Element >::GetMatrixArray(), and gMatrixCheck.
TMatrixT<Element> operator|| | ( | const TMatrixT< Element > & | source1, | |
const TMatrixT< Element > & | source2 | |||
) |
Definition at line 2541 of file TMatrixT.cxx.
References AreCompatible(), Error, TMatrixT< Element >::GetMatrixArray(), and gMatrixCheck.
template TMatrixD operator||< Double_t > | ( | const TMatrixDSym & | source1, | |
const TMatrixD & | source2 | |||
) |
template TMatrixD operator||< Double_t > | ( | const TMatrixD & | source1, | |
const TMatrixDSym & | source2 | |||
) |
template TMatrixF operator||< Float_t > | ( | const TMatrixFSym & | source1, | |
const TMatrixF & | source2 | |||
) |
template TMatrixF operator||< Float_t > | ( | const TMatrixF & | source1, | |
const TMatrixFSym & | source2 | |||
) |
templateClassImp | ( | TMatrixT | ) |
Definition at line 33 of file TMatrixT.cxx.