ROOT  6.06/09
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:

Go to the source code of this file.

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Minuit2
 

Macros

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

Macro Definition Documentation

#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
return
Definition: TBase64.cxx:62
TTime operator*(const TTime &t1, const TTime &t2)
Definition: TTime.h:87
Type
enumeration specifying the integration types.

Definition at line 34 of file LaProd.h.