#include "Minuit2/ABProd.h"
#include "Minuit2/LAVector.h"
#include "Minuit2/LASymMatrix.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
namespace | ROOT::Minuit2 |
Defines | |
#define | OP_MULT1(MT1, MT2, MAT1, MAT2, T) |
#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)); \ }