ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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,
  T 
)
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)); \
}
TArc * a
Definition: textangle.C:12
TTree * T
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.