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

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
 
namespace  ROOT::Minuit2
 

Macros

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

Functions

ABObj< AlgebraicProdType< sym, vec >::Type, ABProd< ABObj< sym, LASymMatrix, double >, ABObj< vec, LAVector, double > >, doubleROOT::Minuit2::operator* (const ABObj< sym, LASymMatrix, double > &a, const ABObj< vec, LAVector, double > &b)
 

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
#define a(i)
Definition RSha256.hxx:99
TTime operator*(const TTime &t1, const TTime &t2)
Definition TTime.h:85

Definition at line 37 of file LaProd.h.