|
template<class atype , class A , class btype , class B , class T > |
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > | ROOT::Minuit2::operator+ (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b) |
|
template<class atype , class A , class btype , class B , class T > |
ABObj< typename AlgebraicSumType< atype, btype >::Type, ABSum< ABObj< atype, A, T >, ABObj< btype, B, T > >, T > | ROOT::Minuit2::operator- (const ABObj< atype, A, T > &a, const ABObj< btype, B, T > &b) |
|