Logo ROOT  
Reference Guide
LaProd.h File Reference
Include dependency graph for LaProd.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  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)); \
}
#define b(i)
Definition: RSha256.hxx:100
TTime operator*(const TTime &t1, const TTime &t2)
Definition: TTime.h:85
Type
enumeration specifying the integration types.
double T(double x)
Definition: ChebyshevPol.h:34
auto * a
Definition: textangle.C:12

Definition at line 34 of file LaProd.h.