Logo ROOT   6.08/07
Reference Guide
Namespaces | Macros
LaProd.h File Reference
#include "Minuit2/ABProd.h"
#include "Minuit2/LAVector.h"
#include "Minuit2/LASymMatrix.h"
Include dependency graph for LaProd.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Minuit2
 

Macros

#define OP_MULT1(MT1, MT2, MAT1, MAT2, T)
 

Macro Definition Documentation

◆ OP_MULT1

#define OP_MULT1 (   MT1,
  MT2,
  MAT1,
  MAT2,
 
)
Value:
inline ABObj<AlgebraicProdType<MT1,MT2>::Type,ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >,T> operator*(const ABObj<MT1,MAT1,T>& a, const ABObj<MT2,MAT2,T>& b) { \
return ABObj<AlgebraicProdType<MT1,MT2>::Type,ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >,T>(ABProd<ABObj<MT1,MAT1,T>, ABObj<MT2,MAT2,T> >(a, b)); \
}
double T(double x)
Definition: ChebyshevPol.h:34
TArc * a
Definition: textangle.C:12
TTime operator*(const TTime &t1, const TTime &t2)
Definition: TTime.h:87
Type
enumeration specifying the integration types.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
Definition: TRolke.cxx:630

Definition at line 34 of file LaProd.h.