#include "TMatrixTSparse.h"
#include "TBuffer.h"
#include "TMatrixT.h"
#include "TMath.h"
#include "TMatrixFSparsefwd.h"
#include "TMatrixFfwd.h"
#include "TMatrixDSparsefwd.h"
#include "TMatrixDfwd.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Functions | |
class | ROOT::_NAME2_ (_R__UNIQUE_(_NAME2_(R__dummyholder, default)), _c) |
template<class Element > | |
TMatrixTSparse< Element > & | Add (TMatrixTSparse< Element > &target, Element scalar, const TMatrixTSparse< Element > &source) |
Modify addition: target += scalar * source. | |
template TMatrixDSparse & | Add< Double_t > (TMatrixDSparse &target, Double_t scalar, const TMatrixDSparse &source) |
template TMatrixFSparse & | Add< Float_t > (TMatrixFSparse &target, Float_t scalar, const TMatrixFSparse &source) |
template<class Element > | |
Bool_t | AreCompatible (const TMatrixTSparse< Element > &m1, const TMatrixTSparse< Element > &m2, Int_t verbose) |
template Bool_t | AreCompatible< Double_t > (const TMatrixDSparse &m1, const TMatrixDSparse &m2, Int_t verbose) |
template Bool_t | AreCompatible< Float_t > (const TMatrixFSparse &m1, const TMatrixFSparse &m2, Int_t verbose) |
template<class Element > | |
TMatrixTSparse< Element > & | ElementDiv (TMatrixTSparse< Element > &target, const TMatrixTSparse< Element > &source) |
Divide target by the source, element-by-element. | |
template TMatrixDSparse & | ElementDiv< Double_t > (TMatrixDSparse &target, const TMatrixDSparse &source) |
template TMatrixFSparse & | ElementDiv< Float_t > (TMatrixFSparse &target, const TMatrixFSparse &source) |
template<class Element > | |
TMatrixTSparse< Element > & | ElementMult (TMatrixTSparse< Element > &target, const TMatrixTSparse< Element > &source) |
Multiply target by the source, element-by-element. | |
template TMatrixDSparse & | ElementMult< Double_t > (TMatrixDSparse &target, const TMatrixDSparse &source) |
template TMatrixFSparse & | ElementMult< Float_t > (TMatrixFSparse &target, const TMatrixFSparse &source) |
template TMatrixDSparse | operator* (const TMatrixD &source1, const TMatrixDSparse &source2) |
template TMatrixDSparse | operator* (const TMatrixDSparse &source, Double_t val) |
template TMatrixDSparse | operator* (const TMatrixDSparse &source1, const TMatrixD &source2) |
template TMatrixDSparse | operator* (const TMatrixDSparse &source1, const TMatrixDSparse &source2) |
template TMatrixFSparse | operator* (const TMatrixF &source1, const TMatrixFSparse &source2) |
template TMatrixFSparse | operator* (const TMatrixFSparse &source, Float_t val) |
template TMatrixFSparse | operator* (const TMatrixFSparse &source1, const TMatrixF &source2) |
template TMatrixFSparse | operator* (const TMatrixFSparse &source1, const TMatrixFSparse &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator* (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator* (const TMatrixTSparse< Element > &source, Element val) |
template<class Element > | |
TMatrixTSparse< Element > | operator* (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator* (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) |
template TMatrixDSparse | operator* (Double_t val, const TMatrixDSparse &source) |
template<class Element > | |
TMatrixTSparse< Element > | operator* (Element val, const TMatrixTSparse< Element > &source) |
template TMatrixFSparse | operator* (Float_t val, const TMatrixFSparse &source) |
template TMatrixDSparse | operator+ (const TMatrixD &source1, const TMatrixDSparse &source2) |
template TMatrixDSparse | operator+ (const TMatrixDSparse &source, Double_t val) |
template TMatrixDSparse | operator+ (const TMatrixDSparse &source1, const TMatrixD &source2) |
template TMatrixDSparse | operator+ (const TMatrixDSparse &source1, const TMatrixDSparse &source2) |
template TMatrixFSparse | operator+ (const TMatrixF &source1, const TMatrixFSparse &source2) |
template TMatrixFSparse | operator+ (const TMatrixFSparse &source, Float_t val) |
template TMatrixFSparse | operator+ (const TMatrixFSparse &source1, const TMatrixF &source2) |
template TMatrixFSparse | operator+ (const TMatrixFSparse &source1, const TMatrixFSparse &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator+ (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source, Element val) |
template<class Element > | |
TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator+ (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) |
template TMatrixDSparse | operator+ (Double_t val, const TMatrixDSparse &source) |
template<class Element > | |
TMatrixTSparse< Element > | operator+ (Element val, const TMatrixTSparse< Element > &source) |
template TMatrixFSparse | operator+ (Float_t val, const TMatrixFSparse &source) |
template TMatrixDSparse | operator- (const TMatrixD &source1, const TMatrixDSparse &source2) |
template TMatrixDSparse | operator- (const TMatrixDSparse &source, Double_t val) |
template TMatrixDSparse | operator- (const TMatrixDSparse &source1, const TMatrixD &source2) |
template TMatrixDSparse | operator- (const TMatrixDSparse &source1, const TMatrixDSparse &source2) |
template TMatrixFSparse | operator- (const TMatrixF &source1, const TMatrixFSparse &source2) |
template TMatrixFSparse | operator- (const TMatrixFSparse &source, Float_t val) |
template TMatrixFSparse | operator- (const TMatrixFSparse &source1, const TMatrixF &source2) |
template TMatrixFSparse | operator- (const TMatrixFSparse &source1, const TMatrixFSparse &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator- (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source, Element val) |
template<class Element > | |
TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2) |
template<class Element > | |
TMatrixTSparse< Element > | operator- (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2) |
template TMatrixDSparse | operator- (Double_t val, const TMatrixDSparse &source) |
template<class Element > | |
TMatrixTSparse< Element > | operator- (Element val, const TMatrixTSparse< Element > &source) |
template TMatrixFSparse | operator- (Float_t val, const TMatrixFSparse &source) |
TMatrixTSparse< Element > & Add | ( | TMatrixTSparse< Element > & | target, |
Element | scalar, | ||
const TMatrixTSparse< Element > & | source | ||
) |
Modify addition: target += scalar * source.
Definition at line 2798 of file TMatrixTSparse.cxx.
template TMatrixDSparse & Add< Double_t > | ( | TMatrixDSparse & | target, |
Double_t | scalar, | ||
const TMatrixDSparse & | source | ||
) |
template TMatrixFSparse & Add< Float_t > | ( | TMatrixFSparse & | target, |
Float_t | scalar, | ||
const TMatrixFSparse & | source | ||
) |
Bool_t AreCompatible | ( | const TMatrixTSparse< Element > & | m1, |
const TMatrixTSparse< Element > & | m2, | ||
Int_t | verbose | ||
) |
Definition at line 2853 of file TMatrixTSparse.cxx.
template Bool_t AreCompatible< Double_t > | ( | const TMatrixDSparse & | m1, |
const TMatrixDSparse & | m2, | ||
Int_t | verbose | ||
) |
template Bool_t AreCompatible< Float_t > | ( | const TMatrixFSparse & | m1, |
const TMatrixFSparse & | m2, | ||
Int_t | verbose | ||
) |
TMatrixTSparse< Element > & ElementDiv | ( | TMatrixTSparse< Element > & | target, |
const TMatrixTSparse< Element > & | source | ||
) |
Divide target by the source, element-by-element.
Definition at line 2828 of file TMatrixTSparse.cxx.
template TMatrixDSparse & ElementDiv< Double_t > | ( | TMatrixDSparse & | target, |
const TMatrixDSparse & | source | ||
) |
template TMatrixFSparse & ElementDiv< Float_t > | ( | TMatrixFSparse & | target, |
const TMatrixFSparse & | source | ||
) |
TMatrixTSparse< Element > & ElementMult | ( | TMatrixTSparse< Element > & | target, |
const TMatrixTSparse< Element > & | source | ||
) |
Multiply target by the source, element-by-element.
Definition at line 2808 of file TMatrixTSparse.cxx.
template TMatrixDSparse & ElementMult< Double_t > | ( | TMatrixDSparse & | target, |
const TMatrixDSparse & | source | ||
) |
template TMatrixFSparse & ElementMult< Float_t > | ( | TMatrixFSparse & | target, |
const TMatrixFSparse & | source | ||
) |
template TMatrixDSparse operator* | ( | const TMatrixD & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixDSparse operator* | ( | const TMatrixDSparse & | source, |
Double_t | val | ||
) |
template TMatrixDSparse operator* | ( | const TMatrixDSparse & | source1, |
const TMatrixD & | source2 | ||
) |
template TMatrixDSparse operator* | ( | const TMatrixDSparse & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixFSparse operator* | ( | const TMatrixF & | source1, |
const TMatrixFSparse & | source2 | ||
) |
template TMatrixFSparse operator* | ( | const TMatrixFSparse & | source, |
Float_t | val | ||
) |
template TMatrixFSparse operator* | ( | const TMatrixFSparse & | source1, |
const TMatrixF & | source2 | ||
) |
template TMatrixFSparse operator* | ( | const TMatrixFSparse & | source1, |
const TMatrixFSparse & | source2 | ||
) |
TMatrixTSparse< Element > operator* | ( | const TMatrixT< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2768 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator* | ( | const TMatrixTSparse< Element > & | source, |
Element | val | ||
) |
Definition at line 2787 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator* | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixT< Element > & | source2 | ||
) |
Definition at line 2759 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator* | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2750 of file TMatrixTSparse.cxx.
template TMatrixDSparse operator* | ( | Double_t | val, |
const TMatrixDSparse & | source | ||
) |
TMatrixTSparse< Element > operator* | ( | Element | val, |
const TMatrixTSparse< Element > & | source | ||
) |
Definition at line 2777 of file TMatrixTSparse.cxx.
template TMatrixFSparse operator* | ( | Float_t | val, |
const TMatrixFSparse & | source | ||
) |
template TMatrixDSparse operator+ | ( | const TMatrixD & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixDSparse operator+ | ( | const TMatrixDSparse & | source, |
Double_t | val | ||
) |
template TMatrixDSparse operator+ | ( | const TMatrixDSparse & | source1, |
const TMatrixD & | source2 | ||
) |
template TMatrixDSparse operator+ | ( | const TMatrixDSparse & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixFSparse operator+ | ( | const TMatrixF & | source1, |
const TMatrixFSparse & | source2 | ||
) |
template TMatrixFSparse operator+ | ( | const TMatrixFSparse & | source, |
Float_t | val | ||
) |
template TMatrixFSparse operator+ | ( | const TMatrixFSparse & | source1, |
const TMatrixF & | source2 | ||
) |
template TMatrixFSparse operator+ | ( | const TMatrixFSparse & | source1, |
const TMatrixFSparse & | source2 | ||
) |
TMatrixTSparse< Element > operator+ | ( | const TMatrixT< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2674 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator+ | ( | const TMatrixTSparse< Element > & | source, |
Element | val | ||
) |
Definition at line 2683 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator+ | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixT< Element > & | source2 | ||
) |
Definition at line 2665 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator+ | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2656 of file TMatrixTSparse.cxx.
template TMatrixDSparse operator+ | ( | Double_t | val, |
const TMatrixDSparse & | source | ||
) |
TMatrixTSparse< Element > operator+ | ( | Element | val, |
const TMatrixTSparse< Element > & | source | ||
) |
Definition at line 2693 of file TMatrixTSparse.cxx.
template TMatrixFSparse operator+ | ( | Float_t | val, |
const TMatrixFSparse & | source | ||
) |
template TMatrixDSparse operator- | ( | const TMatrixD & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixDSparse operator- | ( | const TMatrixDSparse & | source, |
Double_t | val | ||
) |
template TMatrixDSparse operator- | ( | const TMatrixDSparse & | source1, |
const TMatrixD & | source2 | ||
) |
template TMatrixDSparse operator- | ( | const TMatrixDSparse & | source1, |
const TMatrixDSparse & | source2 | ||
) |
template TMatrixFSparse operator- | ( | const TMatrixF & | source1, |
const TMatrixFSparse & | source2 | ||
) |
template TMatrixFSparse operator- | ( | const TMatrixFSparse & | source, |
Float_t | val | ||
) |
template TMatrixFSparse operator- | ( | const TMatrixFSparse & | source1, |
const TMatrixF & | source2 | ||
) |
template TMatrixFSparse operator- | ( | const TMatrixFSparse & | source1, |
const TMatrixFSparse & | source2 | ||
) |
TMatrixTSparse< Element > operator- | ( | const TMatrixT< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2721 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator- | ( | const TMatrixTSparse< Element > & | source, |
Element | val | ||
) |
Definition at line 2730 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator- | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixT< Element > & | source2 | ||
) |
Definition at line 2712 of file TMatrixTSparse.cxx.
TMatrixTSparse< Element > operator- | ( | const TMatrixTSparse< Element > & | source1, |
const TMatrixTSparse< Element > & | source2 | ||
) |
Definition at line 2703 of file TMatrixTSparse.cxx.
template TMatrixDSparse operator- | ( | Double_t | val, |
const TMatrixDSparse & | source | ||
) |
TMatrixTSparse< Element > operator- | ( | Element | val, |
const TMatrixTSparse< Element > & | source | ||
) |
Definition at line 2740 of file TMatrixTSparse.cxx.
template TMatrixFSparse operator- | ( | Float_t | val, |
const TMatrixFSparse & | source | ||
) |