Logo ROOT   6.12/07
Reference Guide
Functions
TMatrixTSparse.cxx File Reference
#include "TMatrixTSparse.h"
#include "TBuffer.h"
#include "TMatrixT.h"
#include "TMath.h"
#include "TMatrixFSparsefwd.h"
#include "TMatrixFfwd.h"
#include "TMatrixDSparsefwd.h"
#include "TMatrixDfwd.h"
Include dependency graph for TMatrixTSparse.cxx:

Functions

template<class Element >
TMatrixTSparse< Element > & Add (TMatrixTSparse< Element > &target, Element scalar, const TMatrixTSparse< Element > &source)
 Modify addition: target += scalar * source. More...
 
template TMatrixDSparseAdd< Double_t > (TMatrixDSparse &target, Double_t scalar, const TMatrixDSparse &source)
 
template TMatrixFSparseAdd< 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. More...
 
template TMatrixDSparseElementDiv< Double_t > (TMatrixDSparse &target, const TMatrixDSparse &source)
 
template TMatrixFSparseElementDiv< 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. More...
 
template TMatrixDSparseElementMult< Double_t > (TMatrixDSparse &target, const TMatrixDSparse &source)
 
template TMatrixFSparseElementMult< Float_t > (TMatrixFSparse &target, const TMatrixFSparse &source)
 
template<class Element >
TMatrixTSparse< Element > operator* (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2)
 
template<class Element >
TMatrixTSparse< Element > operator* (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &source2)
 
template<class Element >
TMatrixTSparse< Element > operator* (const TMatrixT< Element > &source1, const TMatrixTSparse< Element > &source2)
 
template<class Element >
TMatrixTSparse< Element > operator* (Element val, const TMatrixTSparse< Element > &source)
 
template<class Element >
TMatrixTSparse< Element > operator* (const TMatrixTSparse< Element > &source, Element val)
 
template TMatrixDSparse operator*<Double_t > (const TMatrixDSparse &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator*<Double_t > (const TMatrixDSparse &source1, const TMatrixD &source2)
 
template TMatrixDSparse operator*<Double_t > (const TMatrixD &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator*<Double_t > (Double_t val, const TMatrixDSparse &source)
 
template TMatrixDSparse operator*<Double_t > (const TMatrixDSparse &source, Double_t val)
 
template TMatrixFSparse operator*<Float_t > (const TMatrixFSparse &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator*<Float_t > (const TMatrixFSparse &source1, const TMatrixF &source2)
 
template TMatrixFSparse operator*<Float_t > (const TMatrixF &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator*<Float_t > (Float_t val, const TMatrixFSparse &source)
 
template TMatrixFSparse operator*<Float_t > (const TMatrixFSparse &source, Float_t val)
 
template<class Element >
TMatrixTSparse< Element > operator+ (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2)
 
template<class Element >
TMatrixTSparse< Element > operator+ (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &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+ (Element val, const TMatrixTSparse< Element > &source)
 
template TMatrixDSparse operator+<Double_t > (const TMatrixDSparse &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator+<Double_t > (const TMatrixDSparse &source1, const TMatrixD &source2)
 
template TMatrixDSparse operator+<Double_t > (const TMatrixD &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator+<Double_t > (const TMatrixDSparse &source, Double_t val)
 
template TMatrixDSparse operator+<Double_t > (Double_t val, const TMatrixDSparse &source)
 
template TMatrixFSparse operator+<Float_t > (const TMatrixFSparse &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator+<Float_t > (const TMatrixFSparse &source1, const TMatrixF &source2)
 
template TMatrixFSparse operator+<Float_t > (const TMatrixF &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator+<Float_t > (const TMatrixFSparse &source, Float_t val)
 
template TMatrixFSparse operator+<Float_t > (Float_t val, const TMatrixFSparse &source)
 
template<class Element >
TMatrixTSparse< Element > operator- (const TMatrixTSparse< Element > &source1, const TMatrixTSparse< Element > &source2)
 
template<class Element >
TMatrixTSparse< Element > operator- (const TMatrixTSparse< Element > &source1, const TMatrixT< Element > &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- (Element val, const TMatrixTSparse< Element > &source)
 
template TMatrixDSparse operator-<Double_t > (const TMatrixDSparse &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator-<Double_t > (const TMatrixDSparse &source1, const TMatrixD &source2)
 
template TMatrixDSparse operator-<Double_t > (const TMatrixD &source1, const TMatrixDSparse &source2)
 
template TMatrixDSparse operator-<Double_t > (const TMatrixDSparse &source, Double_t val)
 
template TMatrixDSparse operator-<Double_t > (Double_t val, const TMatrixDSparse &source)
 
template TMatrixFSparse operator-<Float_t > (const TMatrixFSparse &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator-<Float_t > (const TMatrixFSparse &source1, const TMatrixF &source2)
 
template TMatrixFSparse operator-<Float_t > (const TMatrixF &source1, const TMatrixFSparse &source2)
 
template TMatrixFSparse operator-<Float_t > (const TMatrixFSparse &source, Float_t val)
 
template TMatrixFSparse operator-<Float_t > (Float_t val, const TMatrixFSparse &source)
 

Function Documentation

◆ Add()

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

Modify addition: target += scalar * source.

Definition at line 2674 of file TMatrixTSparse.cxx.

◆ Add< Double_t >()

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

◆ Add< Float_t >()

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

◆ AreCompatible()

template<class Element >
Bool_t AreCompatible ( const TMatrixTSparse< Element > &  m1,
const TMatrixTSparse< Element > &  m2,
Int_t  verbose 
)

Definition at line 2729 of file TMatrixTSparse.cxx.

◆ AreCompatible< Double_t >()

template Bool_t AreCompatible< Double_t > ( const TMatrixDSparse m1,
const TMatrixDSparse m2,
Int_t  verbose 
)

◆ AreCompatible< Float_t >()

template Bool_t AreCompatible< Float_t > ( const TMatrixFSparse m1,
const TMatrixFSparse m2,
Int_t  verbose 
)

◆ ElementDiv()

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

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

Definition at line 2704 of file TMatrixTSparse.cxx.

◆ ElementDiv< Double_t >()

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

◆ ElementDiv< Float_t >()

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

◆ ElementMult()

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

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

Definition at line 2684 of file TMatrixTSparse.cxx.

◆ ElementMult< Double_t >()

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

◆ ElementMult< Float_t >()

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

◆ operator*() [1/5]

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

Definition at line 2626 of file TMatrixTSparse.cxx.

◆ operator*() [2/5]

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

Definition at line 2635 of file TMatrixTSparse.cxx.

◆ operator*() [3/5]

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

Definition at line 2644 of file TMatrixTSparse.cxx.

◆ operator*() [4/5]

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

Definition at line 2653 of file TMatrixTSparse.cxx.

◆ operator*() [5/5]

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

Definition at line 2663 of file TMatrixTSparse.cxx.

◆ operator*() [1/5]

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

◆ operator*() [2/5]

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

◆ operator*() [3/5]

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

◆ operator*() [4/5]

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

◆ operator*() [5/5]

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

◆ operator*() [1/5]

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

◆ operator*() [2/5]

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

◆ operator*() [3/5]

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

◆ operator*() [4/5]

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

◆ operator*() [5/5]

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

◆ operator+() [1/5]

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

Definition at line 2532 of file TMatrixTSparse.cxx.

◆ operator+() [2/5]

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

Definition at line 2541 of file TMatrixTSparse.cxx.

◆ operator+() [3/5]

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

Definition at line 2550 of file TMatrixTSparse.cxx.

◆ operator+() [4/5]

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

Definition at line 2559 of file TMatrixTSparse.cxx.

◆ operator+() [5/5]

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

Definition at line 2569 of file TMatrixTSparse.cxx.

◆ operator+() [1/5]

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

◆ operator+() [2/5]

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

◆ operator+() [3/5]

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

◆ operator+() [4/5]

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

◆ operator+() [5/5]

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

◆ operator+() [1/5]

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

◆ operator+() [2/5]

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

◆ operator+() [3/5]

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

◆ operator+() [4/5]

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

◆ operator+() [5/5]

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

◆ operator-() [1/5]

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

Definition at line 2579 of file TMatrixTSparse.cxx.

◆ operator-() [2/5]

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

Definition at line 2588 of file TMatrixTSparse.cxx.

◆ operator-() [3/5]

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

Definition at line 2597 of file TMatrixTSparse.cxx.

◆ operator-() [4/5]

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

Definition at line 2606 of file TMatrixTSparse.cxx.

◆ operator-() [5/5]

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

Definition at line 2616 of file TMatrixTSparse.cxx.

◆ operator-() [1/5]

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

◆ operator-() [2/5]

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

◆ operator-() [3/5]

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

◆ operator-() [4/5]

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

◆ operator-() [5/5]

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

◆ operator-() [1/5]

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

◆ operator-() [2/5]

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

◆ operator-() [3/5]

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

◆ operator-() [4/5]

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

◆ operator-() [5/5]

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