#include "TMatrixTSym.h"
#include "TBuffer.h"
#include "TMatrixTLazy.h"
#include "TMatrixTSymCramerInv.h"
#include "TDecompLU.h"
#include "TMatrixDSymEigen.h"
#include "TMath.h"
#include "TMatrixFSymfwd.h"
#include "TMatrixDSymfwd.h"
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
Functions | |
class | ROOT::_NAME2_ (_R__UNIQUE_(_NAME2_(R__dummyholder, default)), _c) |
template<class Element > | |
TMatrixTSym< Element > & | Add (TMatrixTSym< Element > &target, Element scalar, const TMatrixTSym< Element > &source) |
Modify addition: target += scalar * source. | |
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) |
template<class Element > | |
TMatrixTSym< Element > & | ElementDiv (TMatrixTSym< Element > &target, const TMatrixTSym< Element > &source) |
Multiply target by the source, element-by-element. | |
template TMatrixDSym & | ElementDiv< Double_t > (TMatrixDSym &target, const TMatrixDSym &source) |
template TMatrixFSym & | ElementDiv< Float_t > (TMatrixFSym &target, const TMatrixFSym &source) |
template<class Element > | |
TMatrixTSym< Element > & | ElementMult (TMatrixTSym< Element > &target, const TMatrixTSym< Element > &source) |
Multiply target by the source, element-by-element. | |
template TMatrixDSym & | ElementMult< Double_t > (TMatrixDSym &target, const TMatrixDSym &source) |
template TMatrixFSym & | ElementMult< Float_t > (TMatrixFSym &target, const TMatrixFSym &source) |
template TMatrixDSym | operator&& (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator&& (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator&& (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
Logical AND. | |
template TMatrixDSym | operator* (const TMatrixDSym &source, Double_t val) |
template TMatrixFSym | operator* (const TMatrixFSym &source, Float_t val) |
template<class Element > | |
TMatrixTSym< Element > | operator* (const TMatrixTSym< Element > &source1, Element val) |
template TMatrixDSym | operator* (Double_t val, const TMatrixDSym &source) |
template<class Element > | |
TMatrixTSym< Element > | operator* (Element val, const TMatrixTSym< Element > &source1) |
template TMatrixFSym | operator* (Float_t val, const TMatrixFSym &source) |
template TMatrixDSym | operator+ (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixDSym | operator+ (const TMatrixDSym &source1, Double_t val) |
template TMatrixFSym | operator+ (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template TMatrixFSym | operator+ (const TMatrixFSym &source1, Float_t val) |
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 TMatrixDSym | operator+ (Double_t val, const TMatrixDSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator+ (Element val, const TMatrixTSym< Element > &source1) |
template TMatrixFSym | operator+ (Float_t val, const TMatrixFSym &source2) |
template TMatrixDSym | operator- (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixDSym | operator- (const TMatrixDSym &source1, Double_t val) |
template TMatrixFSym | operator- (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template TMatrixFSym | operator- (const TMatrixFSym &source1, Float_t val) |
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 TMatrixDSym | operator- (Double_t val, const TMatrixDSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator- (Element val, const TMatrixTSym< Element > &source1) |
template TMatrixFSym | operator- (Float_t val, const TMatrixFSym &source2) |
template TMatrixDSym | operator< (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator< (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator< (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
source1 < source2 | |
template TMatrixDSym | operator<= (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator<= (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator<= (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
source1 <= source2 | |
template Bool_t | operator== (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template Bool_t | operator== (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
Bool_t | operator== (const TMatrixTSym< Element > &m1, const TMatrixTSym< Element > &m2) |
Check to see if two matrices are identical. | |
template TMatrixDSym | operator> (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator> (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator> (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
source1 > source2 | |
template TMatrixDSym | operator>= (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator>= (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator>= (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
source1 >= source2 | |
template TMatrixDSym | operator|| (const TMatrixDSym &source1, const TMatrixDSym &source2) |
template TMatrixFSym | operator|| (const TMatrixFSym &source1, const TMatrixFSym &source2) |
template<class Element > | |
TMatrixTSym< Element > | operator|| (const TMatrixTSym< Element > &source1, const TMatrixTSym< Element > &source2) |
Logical Or. | |
TMatrixTSym< Element > & Add | ( | TMatrixTSym< Element > & | target, |
Element | scalar, | ||
const TMatrixTSym< Element > & | source | ||
) |
Modify addition: target += scalar * source.
Definition at line 1933 of file TMatrixTSym.cxx.
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 | ||
) |
Multiply target by the source, element-by-element.
Definition at line 1998 of file TMatrixTSym.cxx.
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 | ||
) |
Multiply target by the source, element-by-element.
Definition at line 1966 of file TMatrixTSym.cxx.
template TMatrixDSym & ElementMult< Double_t > | ( | TMatrixDSym & | target, |
const TMatrixDSym & | source | ||
) |
template TMatrixFSym & ElementMult< Float_t > | ( | TMatrixFSym & | target, |
const TMatrixFSym & | source | ||
) |
template TMatrixDSym operator&& | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator&& | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator&& | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
Logical AND.
Definition at line 1779 of file TMatrixTSym.cxx.
template TMatrixDSym operator* | ( | const TMatrixDSym & | source, |
Double_t | val | ||
) |
template TMatrixFSym operator* | ( | const TMatrixFSym & | source, |
Float_t | val | ||
) |
TMatrixTSym< Element > operator* | ( | const TMatrixTSym< Element > & | source1, |
Element | val | ||
) |
Definition at line 1760 of file TMatrixTSym.cxx.
template TMatrixDSym operator* | ( | Double_t | val, |
const TMatrixDSym & | source | ||
) |
TMatrixTSym< Element > operator* | ( | Element | val, |
const TMatrixTSym< Element > & | source1 | ||
) |
Definition at line 1770 of file TMatrixTSym.cxx.
template TMatrixFSym operator* | ( | Float_t | val, |
const TMatrixFSym & | source | ||
) |
template TMatrixDSym operator+ | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixDSym operator+ | ( | const TMatrixDSym & | source1, |
Double_t | val | ||
) |
template TMatrixFSym operator+ | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
template TMatrixFSym operator+ | ( | const TMatrixFSym & | source1, |
Float_t | val | ||
) |
TMatrixTSym< Element > operator+ | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
Definition at line 1704 of file TMatrixTSym.cxx.
TMatrixTSym< Element > operator+ | ( | const TMatrixTSym< Element > & | source1, |
Element | val | ||
) |
Definition at line 1714 of file TMatrixTSym.cxx.
template TMatrixDSym operator+ | ( | Double_t | val, |
const TMatrixDSym & | source2 | ||
) |
TMatrixTSym< Element > operator+ | ( | Element | val, |
const TMatrixTSym< Element > & | source1 | ||
) |
Definition at line 1724 of file TMatrixTSym.cxx.
template TMatrixFSym operator+ | ( | Float_t | val, |
const TMatrixFSym & | source2 | ||
) |
template TMatrixDSym operator- | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixDSym operator- | ( | const TMatrixDSym & | source1, |
Double_t | val | ||
) |
template TMatrixFSym operator- | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
template TMatrixFSym operator- | ( | const TMatrixFSym & | source1, |
Float_t | val | ||
) |
TMatrixTSym< Element > operator- | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
Definition at line 1732 of file TMatrixTSym.cxx.
TMatrixTSym< Element > operator- | ( | const TMatrixTSym< Element > & | source1, |
Element | val | ||
) |
Definition at line 1742 of file TMatrixTSym.cxx.
template TMatrixDSym operator- | ( | Double_t | val, |
const TMatrixDSym & | source2 | ||
) |
TMatrixTSym< Element > operator- | ( | Element | val, |
const TMatrixTSym< Element > & | source1 | ||
) |
Definition at line 1752 of file TMatrixTSym.cxx.
template TMatrixFSym operator- | ( | Float_t | val, |
const TMatrixFSym & | source2 | ||
) |
template TMatrixDSym operator< | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator< | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator< | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
source1 < source2
Definition at line 1855 of file TMatrixTSym.cxx.
template TMatrixDSym operator<= | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator<= | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator<= | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
source1 <= source2
Definition at line 1855 of file TMatrixTSym.cxx.
template Bool_t operator== | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template Bool_t operator== | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
Bool_t operator== | ( | const TMatrixTSym< Element > & | m1, |
const TMatrixTSym< Element > & | m2 | ||
) |
Check to see if two matrices are identical.
Definition at line 1694 of file TMatrixTSym.cxx.
template TMatrixDSym operator> | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator> | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator> | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
source1 > source2
Definition at line 1829 of file TMatrixTSym.cxx.
template TMatrixDSym operator>= | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator>= | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator>= | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
source1 >= source2
Definition at line 1855 of file TMatrixTSym.cxx.
template TMatrixDSym operator|| | ( | const TMatrixDSym & | source1, |
const TMatrixDSym & | source2 | ||
) |
template TMatrixFSym operator|| | ( | const TMatrixFSym & | source1, |
const TMatrixFSym & | source2 | ||
) |
TMatrixTSym< Element > operator|| | ( | const TMatrixTSym< Element > & | source1, |
const TMatrixTSym< Element > & | source2 | ||
) |
Logical Or.
Definition at line 1804 of file TMatrixTSym.cxx.