Logo ROOT   6.12/07
Reference Guide
Functions
TMatrixT.cxx File Reference
#include <iostream>
#include <typeinfo>
#include "TMatrixT.h"
#include "TBuffer.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"
Include dependency graph for TMatrixT.cxx:

Functions

template<class Element >
TMatrixT< Element > & Add (TMatrixT< Element > &target, Element scalar, const TMatrixT< Element > &source)
 Modify addition: target += scalar * source. More...
 
template<class Element >
TMatrixT< Element > & Add (TMatrixT< Element > &target, Element scalar, const TMatrixTSym< Element > &source)
 Modify addition: target += scalar * source. More...
 
template TMatrixDAdd< Double_t > (TMatrixD &target, Double_t scalar, const TMatrixD &source)
 
template TMatrixDAdd< Double_t > (TMatrixD &target, Double_t scalar, const TMatrixDSym &source)
 
template TMatrixFAdd< Float_t > (TMatrixF &target, Float_t scalar, const TMatrixF &source)
 
template TMatrixFAdd< Float_t > (TMatrixF &target, Float_t scalar, const TMatrixFSym &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)
 Elementary routine to calculate matrix multiplication A*B. More...
 
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)
 
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)
 Elementary routine to calculate matrix multiplication A*B^T. More...
 
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)
 
template<class Element >
void AtMultB (const Element *const ap, Int_t ncolsa, const Element *const bp, Int_t nb, Int_t ncolsb, Element *cp)
 Elementary routine to calculate matrix multiplication A^T*B. More...
 
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)
 
template<class Element >
TMatrixT< Element > & ElementDiv (TMatrixT< Element > &target, const TMatrixT< Element > &source)
 Divide target by the source, element-by-element. More...
 
template<class Element >
TMatrixT< Element > & ElementDiv (TMatrixT< Element > &target, const TMatrixTSym< Element > &source)
 Multiply target by the source, element-by-element. More...
 
template TMatrixDElementDiv< Double_t > (TMatrixD &target, const TMatrixD &source)
 
template TMatrixDElementDiv< Double_t > (TMatrixD &target, const TMatrixDSym &source)
 
template TMatrixFElementDiv< Float_t > (TMatrixF &target, const TMatrixF &source)
 
template TMatrixFElementDiv< Float_t > (TMatrixF &target, const TMatrixFSym &source)
 
template<class Element >
TMatrixT< Element > & ElementMult (TMatrixT< Element > &target, const TMatrixT< Element > &source)
 Multiply target by the source, element-by-element. More...
 
template<class Element >
TMatrixT< Element > & ElementMult (TMatrixT< Element > &target, const TMatrixTSym< Element > &source)
 Multiply target by the source, element-by-element. More...
 
template TMatrixDElementMult< Double_t > (TMatrixD &target, const TMatrixD &source)
 
template TMatrixDElementMult< Double_t > (TMatrixD &target, const TMatrixDSym &source)
 
template TMatrixFElementMult< Float_t > (TMatrixF &target, const TMatrixF &source)
 
template TMatrixFElementMult< Float_t > (TMatrixF &target, const TMatrixFSym &source)
 
template<class Element >
TMatrixT< Element > operator && (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 Logical AND. More...
 
template<class Element >
TMatrixT< Element > operator && (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 Logical AND. More...
 
template<class Element >
TMatrixT< Element > operator && (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 Logical AND. More...
 
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 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<class Element >
TMatrixT< Element > operator!= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 != source2 More...
 
template<class Element >
TMatrixT< Element > operator!= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 logical operation source1 != source2 More...
 
template<class Element >
TMatrixT< Element > operator!= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 != source2 More...
 
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 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<class Element >
TMatrixT< Element > operator* (Element val, const TMatrixT< Element > &source)
 operation this = val*source More...
 
template<class Element >
TMatrixT< Element > operator* (const TMatrixT< Element > &source, Element val)
 operation this = val*source More...
 
template<class Element >
TMatrixT< Element > operator* (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1*source2 More...
 
template<class Element >
TMatrixT< Element > operator* (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 operation this = source1*source2 More...
 
template<class Element >
TMatrixT< Element > operator* (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1*source2 More...
 
template<class Element >
TMatrixT< Element > operator* (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2)
 operation this = source1*source2 More...
 
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 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<class Element >
TMatrixT< Element > operator+ (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1+source2 More...
 
template<class Element >
TMatrixT< Element > operator+ (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 operation this = source1+source2 More...
 
template<class Element >
TMatrixT< Element > operator+ (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1+source2 More...
 
template<class Element >
TMatrixT< Element > operator+ (const TMatrixT< Element > &source, Element val)
 operation this = source+val More...
 
template<class Element >
TMatrixT< Element > operator+ (Element val, const TMatrixT< Element > &source)
 operation this = val+source More...
 
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 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<class Element >
TMatrixT< Element > operator- (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1-source2 More...
 
template<class Element >
TMatrixT< Element > operator- (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 operation this = source1-source2 More...
 
template<class Element >
TMatrixT< Element > operator- (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 operation this = source1-source2 More...
 
template<class Element >
TMatrixT< Element > operator- (const TMatrixT< Element > &source, Element val)
 operation this = source-val More...
 
template<class Element >
TMatrixT< Element > operator- (Element val, const TMatrixT< Element > &source)
 operation this = val-source More...
 
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 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<class Element >
TMatrixT< Element > operator< (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 logical operation source1 < source2 More...
 
template<class Element >
TMatrixT< Element > operator< (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 < source2 More...
 
template<class Element >
TMatrixT< Element > operator< (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 < source2 More...
 
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 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<class Element >
TMatrixT< Element > operator<= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 <= source2 More...
 
template<class Element >
TMatrixT< Element > operator<= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 logical operation source1 <= source2 More...
 
template<class Element >
TMatrixT< Element > operator<= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 <= source2 More...
 
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 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<class Element >
TMatrixT< Element > operator> (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 > source2 More...
 
template<class Element >
TMatrixT< Element > operator> (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 logical operation source1 > source2 More...
 
template<class Element >
TMatrixT< Element > operator> (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 > source2 More...
 
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 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<class Element >
TMatrixT< Element > operator>= (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 >= source2 More...
 
template<class Element >
TMatrixT< Element > operator>= (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 logical operation source1 >= source2 More...
 
template<class Element >
TMatrixT< Element > operator>= (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 logical operation source1 >= source2 More...
 
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 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<class Element >
TMatrixT< Element > operator|| (const TMatrixT< Element > &source1, const TMatrixT< Element > &source2)
 Logical OR. More...
 
template<class Element >
TMatrixT< Element > operator|| (const TMatrixT< Element > &source1, const TMatrixTSym< Element > &source2)
 Logical OR. More...
 
template<class Element >
TMatrixT< Element > operator|| (const TMatrixTSym< Element > &source1, const TMatrixT< Element > &source2)
 Logical OR. More...
 
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 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)
 

Function Documentation

◆ Add() [1/2]

template<class Element >
TMatrixT<Element>& Add ( TMatrixT< Element > &  target,
Element  scalar,
const TMatrixT< Element > &  source 
)

Modify addition: target += scalar * source.

Definition at line 2933 of file TMatrixT.cxx.

◆ Add() [2/2]

template<class Element >
TMatrixT<Element>& Add ( TMatrixT< Element > &  target,
Element  scalar,
const TMatrixTSym< Element > &  source 
)

Modify addition: target += scalar * source.

Definition at line 2961 of file TMatrixT.cxx.

◆ Add< Double_t >() [1/2]

template TMatrixD& Add< Double_t > ( TMatrixD target,
Double_t  scalar,
const TMatrixD source 
)

◆ Add< Double_t >() [2/2]

template TMatrixD& Add< Double_t > ( TMatrixD target,
Double_t  scalar,
const TMatrixDSym source 
)

◆ Add< Float_t >() [1/2]

template TMatrixF& Add< Float_t > ( TMatrixF target,
Float_t  scalar,
const TMatrixF source 
)

◆ Add< Float_t >() [2/2]

template TMatrixF& Add< Float_t > ( TMatrixF target,
Float_t  scalar,
const TMatrixFSym source 
)

◆ AMultB()

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 
)

Elementary routine to calculate matrix multiplication A*B.

Definition at line 3077 of file TMatrixT.cxx.

◆ AMultB< Double_t >()

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 
)

◆ AMultB< Float_t >()

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 
)

◆ AMultBt()

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 
)

Elementary routine to calculate matrix multiplication A*B^T.

Definition at line 3124 of file TMatrixT.cxx.

◆ AMultBt< Double_t >()

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 
)

◆ AMultBt< Float_t >()

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 
)

◆ AtMultB()

template<class Element >
void AtMultB ( const Element *const  ap,
Int_t  ncolsa,
const Element *const  bp,
Int_t  nb,
Int_t  ncolsb,
Element *  cp 
)

Elementary routine to calculate matrix multiplication A^T*B.

Definition at line 3100 of file TMatrixT.cxx.

◆ AtMultB< Double_t >()

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 
)

◆ AtMultB< Float_t >()

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 
)

◆ ElementDiv() [1/2]

template<class Element >
TMatrixT<Element>& ElementDiv ( TMatrixT< Element > &  target,
const TMatrixT< Element > &  source 
)

Divide target by the source, element-by-element.

Definition at line 3021 of file TMatrixT.cxx.

◆ ElementDiv() [2/2]

template<class Element >
TMatrixT<Element>& ElementDiv ( TMatrixT< Element > &  target,
const TMatrixTSym< Element > &  source 
)

Multiply target by the source, element-by-element.

Definition at line 3049 of file TMatrixT.cxx.

◆ ElementDiv< Double_t >() [1/2]

template TMatrixD& ElementDiv< Double_t > ( TMatrixD target,
const TMatrixD source 
)

◆ ElementDiv< Double_t >() [2/2]

template TMatrixD& ElementDiv< Double_t > ( TMatrixD target,
const TMatrixDSym source 
)

◆ ElementDiv< Float_t >() [1/2]

template TMatrixF& ElementDiv< Float_t > ( TMatrixF target,
const TMatrixF source 
)

◆ ElementDiv< Float_t >() [2/2]

template TMatrixF& ElementDiv< Float_t > ( TMatrixF target,
const TMatrixFSym source 
)

◆ ElementMult() [1/2]

template<class Element >
TMatrixT<Element>& ElementMult ( TMatrixT< Element > &  target,
const TMatrixT< Element > &  source 
)

Multiply target by the source, element-by-element.

Definition at line 2981 of file TMatrixT.cxx.

◆ ElementMult() [2/2]

template<class Element >
TMatrixT<Element>& ElementMult ( TMatrixT< Element > &  target,
const TMatrixTSym< Element > &  source 
)

Multiply target by the source, element-by-element.

Definition at line 3001 of file TMatrixT.cxx.

◆ ElementMult< Double_t >() [1/2]

template TMatrixD& ElementMult< Double_t > ( TMatrixD target,
const TMatrixD source 
)

◆ ElementMult< Double_t >() [2/2]

template TMatrixD& ElementMult< Double_t > ( TMatrixD target,
const TMatrixDSym source 
)

◆ ElementMult< Float_t >() [1/2]

template TMatrixF& ElementMult< Float_t > ( TMatrixF target,
const TMatrixF source 
)

◆ ElementMult< Float_t >() [2/2]

template TMatrixF& ElementMult< Float_t > ( TMatrixF target,
const TMatrixFSym source 
)

◆ operator &&() [1/3]

template<class Element >
TMatrixT<Element> operator&& ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

Logical AND.

Definition at line 2483 of file TMatrixT.cxx.

◆ operator &&() [2/3]

template<class Element >
TMatrixT<Element> operator&& ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

Logical AND.

Definition at line 2508 of file TMatrixT.cxx.

◆ operator &&() [3/3]

template<class Element >
TMatrixT<Element> operator&& ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

Logical AND.

Definition at line 2533 of file TMatrixT.cxx.

◆ operator &&< Double_t >() [1/3]

template TMatrixD operator&&< Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator &&< Double_t >() [2/3]

template TMatrixD operator&&< Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator &&< Double_t >() [3/3]

template TMatrixD operator&&< Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator &&< Float_t >() [1/3]

template TMatrixF operator&&< Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator &&< Float_t >() [2/3]

template TMatrixF operator&&< Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator &&< Float_t >() [3/3]

template TMatrixF operator&&< Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator!=() [1/3]

template<class Element >
TMatrixT<Element> operator!= ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 != source2

Definition at line 2843 of file TMatrixT.cxx.

◆ operator!=() [2/3]

template<class Element >
TMatrixT<Element> operator!= ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

logical operation source1 != source2

Definition at line 2869 of file TMatrixT.cxx.

◆ operator!=() [3/3]

template<class Element >
TMatrixT<Element> operator!= ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 != source2

Definition at line 2895 of file TMatrixT.cxx.

◆ operator!=< Double_t >() [1/3]

template TMatrixD operator!=< Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator!=< Double_t >() [2/3]

template TMatrixD operator!=< Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator!=< Double_t >() [3/3]

template TMatrixD operator!=< Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator!=< Float_t >() [1/3]

template TMatrixF operator!=< Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator!=< Float_t >() [2/3]

template TMatrixF operator!=< Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator!=< Float_t >() [3/3]

template TMatrixF operator!=< Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator*() [1/6]

template<class Element >
TMatrixT<Element> operator* ( Element  val,
const TMatrixT< Element > &  source 
)

operation this = val*source

Definition at line 2423 of file TMatrixT.cxx.

◆ operator*() [2/6]

template<class Element >
TMatrixT<Element> operator* ( const TMatrixT< Element > &  source,
Element  val 
)

operation this = val*source

Definition at line 2434 of file TMatrixT.cxx.

◆ operator*() [3/6]

template<class Element >
TMatrixT<Element> operator* ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1*source2

Definition at line 2443 of file TMatrixT.cxx.

◆ operator*() [4/6]

template<class Element >
TMatrixT<Element> operator* ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

operation this = source1*source2

Definition at line 2453 of file TMatrixT.cxx.

◆ operator*() [5/6]

template<class Element >
TMatrixT<Element> operator* ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1*source2

Definition at line 2463 of file TMatrixT.cxx.

◆ operator*() [6/6]

template<class Element >
TMatrixT<Element> operator* ( const TMatrixTSym< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

operation this = source1*source2

Definition at line 2473 of file TMatrixT.cxx.

◆ operator*() [1/6]

template TMatrixD operator*<Double_t > ( Double_t  val,
const TMatrixD source 
)

◆ operator*() [2/6]

template TMatrixD operator*<Double_t > ( const TMatrixD source,
Double_t  val 
)

◆ operator*() [3/6]

template TMatrixD operator*<Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator*() [4/6]

template TMatrixD operator*<Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator*() [5/6]

template TMatrixD operator*<Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator*() [6/6]

template TMatrixD operator*<Double_t > ( const TMatrixDSym source1,
const TMatrixDSym source2 
)

◆ operator*() [1/6]

template TMatrixF operator*<Float_t > ( Float_t  val,
const TMatrixF source 
)

◆ operator*() [2/6]

template TMatrixF operator*<Float_t > ( const TMatrixF source,
Float_t  val 
)

◆ operator*() [3/6]

template TMatrixF operator*<Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator*() [4/6]

template TMatrixF operator*<Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator*() [5/6]

template TMatrixF operator*<Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator*() [6/6]

template TMatrixF operator*<Float_t > ( const TMatrixFSym source1,
const TMatrixFSym source2 
)

◆ operator+() [1/5]

template<class Element >
TMatrixT<Element> operator+ ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1+source2

Definition at line 2321 of file TMatrixT.cxx.

◆ operator+() [2/5]

template<class Element >
TMatrixT<Element> operator+ ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

operation this = source1+source2

Definition at line 2332 of file TMatrixT.cxx.

◆ operator+() [3/5]

template<class Element >
TMatrixT<Element> operator+ ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1+source2

Definition at line 2343 of file TMatrixT.cxx.

◆ operator+() [4/5]

template<class Element >
TMatrixT<Element> operator+ ( const TMatrixT< Element > &  source,
Element  val 
)

operation this = source+val

Definition at line 2352 of file TMatrixT.cxx.

◆ operator+() [5/5]

template<class Element >
TMatrixT<Element> operator+ ( Element  val,
const TMatrixT< Element > &  source 
)

operation this = val+source

Definition at line 2363 of file TMatrixT.cxx.

◆ operator+() [1/5]

template TMatrixD operator+<Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator+() [2/5]

template TMatrixD operator+<Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator+() [3/5]

template TMatrixD operator+<Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator+() [4/5]

template TMatrixD operator+<Double_t > ( const TMatrixD source,
Double_t  val 
)

◆ operator+() [5/5]

template TMatrixD operator+<Double_t > ( Double_t  val,
const TMatrixD source 
)

◆ operator+() [1/5]

template TMatrixF operator+<Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator+() [2/5]

template TMatrixF operator+<Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator+() [3/5]

template TMatrixF operator+<Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator+() [4/5]

template TMatrixF operator+<Float_t > ( const TMatrixF source,
Float_t  val 
)

◆ operator+() [5/5]

template TMatrixF operator+<Float_t > ( Float_t  val,
const TMatrixF source 
)

◆ operator-() [1/5]

template<class Element >
TMatrixT<Element> operator- ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1-source2

Definition at line 2372 of file TMatrixT.cxx.

◆ operator-() [2/5]

template<class Element >
TMatrixT<Element> operator- ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

operation this = source1-source2

Definition at line 2383 of file TMatrixT.cxx.

◆ operator-() [3/5]

template<class Element >
TMatrixT<Element> operator- ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

operation this = source1-source2

Definition at line 2394 of file TMatrixT.cxx.

◆ operator-() [4/5]

template<class Element >
TMatrixT<Element> operator- ( const TMatrixT< Element > &  source,
Element  val 
)

operation this = source-val

Definition at line 2403 of file TMatrixT.cxx.

◆ operator-() [5/5]

template<class Element >
TMatrixT<Element> operator- ( Element  val,
const TMatrixT< Element > &  source 
)

operation this = val-source

Definition at line 2414 of file TMatrixT.cxx.

◆ operator-() [1/5]

template TMatrixD operator-<Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator-() [2/5]

template TMatrixD operator-<Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator-() [3/5]

template TMatrixD operator-<Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator-() [4/5]

template TMatrixD operator-<Double_t > ( const TMatrixD source,
Double_t  val 
)

◆ operator-() [5/5]

template TMatrixD operator-<Double_t > ( Double_t  val,
const TMatrixD source 
)

◆ operator-() [1/5]

template TMatrixF operator-<Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator-() [2/5]

template TMatrixF operator-<Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator-() [3/5]

template TMatrixF operator-<Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator-() [4/5]

template TMatrixF operator-<Float_t > ( const TMatrixF source,
Float_t  val 
)

◆ operator-() [5/5]

template TMatrixF operator-<Float_t > ( Float_t  val,
const TMatrixF source 
)

◆ operator<() [1/3]

template<class Element >
TMatrixT<Element> operator< ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

logical operation source1 < source2

Definition at line 2808 of file TMatrixT.cxx.

◆ operator<() [2/3]

template<class Element >
TMatrixT<Element> operator< ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 < source2

Definition at line 2834 of file TMatrixT.cxx.

◆ operator<() [3/3]

template<class Element >
TMatrixT<Element> operator< ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 < source2

Definition at line 2784 of file TMatrixT.cxx.

◆ operator<() [1/3]

template TMatrixD operator<<Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator<() [2/3]

template TMatrixD operator<<Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator<() [3/3]

template TMatrixD operator<<Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator<() [1/3]

template TMatrixF operator<<Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator<() [2/3]

template TMatrixF operator<<Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator<() [3/3]

template TMatrixF operator<<Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator<=() [1/3]

template<class Element >
TMatrixT<Element> operator<= ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 <= source2

Definition at line 2775 of file TMatrixT.cxx.

◆ operator<=() [2/3]

template<class Element >
TMatrixT<Element> operator<= ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

logical operation source1 <= source2

Definition at line 2749 of file TMatrixT.cxx.

◆ operator<=() [3/3]

template<class Element >
TMatrixT<Element> operator<= ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 <= source2

Definition at line 2723 of file TMatrixT.cxx.

◆ operator<=< Double_t >() [1/3]

template TMatrixD operator<=< Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator<=< Double_t >() [2/3]

template TMatrixD operator<=< Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator<=< Double_t >() [3/3]

template TMatrixD operator<=< Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator<=< Float_t >() [1/3]

template TMatrixF operator<=< Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator<=< Float_t >() [2/3]

template TMatrixF operator<=< Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator<=< Float_t >() [3/3]

template TMatrixF operator<=< Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator>() [1/3]

template<class Element >
TMatrixT<Element> operator> ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 > source2

Definition at line 2601 of file TMatrixT.cxx.

◆ operator>() [2/3]

template<class Element >
TMatrixT<Element> operator> ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

logical operation source1 > source2

Definition at line 2627 of file TMatrixT.cxx.

◆ operator>() [3/3]

template<class Element >
TMatrixT<Element> operator> ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 > source2

Definition at line 2653 of file TMatrixT.cxx.

◆ operator>() [1/3]

template TMatrixD operator><Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator>() [2/3]

template TMatrixD operator><Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator>() [3/3]

template TMatrixD operator><Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator>() [1/3]

template TMatrixF operator><Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator>() [2/3]

template TMatrixF operator><Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator>() [3/3]

template TMatrixF operator><Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator>=() [1/3]

template<class Element >
TMatrixT<Element> operator>= ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 >= source2

Definition at line 2662 of file TMatrixT.cxx.

◆ operator>=() [2/3]

template<class Element >
TMatrixT<Element> operator>= ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

logical operation source1 >= source2

Definition at line 2688 of file TMatrixT.cxx.

◆ operator>=() [3/3]

template<class Element >
TMatrixT<Element> operator>= ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

logical operation source1 >= source2

Definition at line 2714 of file TMatrixT.cxx.

◆ operator>=< Double_t >() [1/3]

template TMatrixD operator>=< Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator>=< Double_t >() [2/3]

template TMatrixD operator>=< Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator>=< Double_t >() [3/3]

template TMatrixD operator>=< Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator>=< Float_t >() [1/3]

template TMatrixF operator>=< Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator>=< Float_t >() [2/3]

template TMatrixF operator>=< Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator>=< Float_t >() [3/3]

template TMatrixF operator>=< Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)

◆ operator||() [1/3]

template<class Element >
TMatrixT<Element> operator|| ( const TMatrixT< Element > &  source1,
const TMatrixT< Element > &  source2 
)

Logical OR.

Definition at line 2542 of file TMatrixT.cxx.

◆ operator||() [2/3]

template<class Element >
TMatrixT<Element> operator|| ( const TMatrixT< Element > &  source1,
const TMatrixTSym< Element > &  source2 
)

Logical OR.

Definition at line 2567 of file TMatrixT.cxx.

◆ operator||() [3/3]

template<class Element >
TMatrixT<Element> operator|| ( const TMatrixTSym< Element > &  source1,
const TMatrixT< Element > &  source2 
)

Logical OR.

Definition at line 2592 of file TMatrixT.cxx.

◆ operator||< Double_t >() [1/3]

template TMatrixD operator||< Double_t > ( const TMatrixD source1,
const TMatrixD source2 
)

◆ operator||< Double_t >() [2/3]

template TMatrixD operator||< Double_t > ( const TMatrixD source1,
const TMatrixDSym source2 
)

◆ operator||< Double_t >() [3/3]

template TMatrixD operator||< Double_t > ( const TMatrixDSym source1,
const TMatrixD source2 
)

◆ operator||< Float_t >() [1/3]

template TMatrixF operator||< Float_t > ( const TMatrixF source1,
const TMatrixF source2 
)

◆ operator||< Float_t >() [2/3]

template TMatrixF operator||< Float_t > ( const TMatrixF source1,
const TMatrixFSym source2 
)

◆ operator||< Float_t >() [3/3]

template TMatrixF operator||< Float_t > ( const TMatrixFSym source1,
const TMatrixF source2 
)