1 #ifndef CommonTools_Utils_formulaFunctionTwoArgsEvaluator_h 2 #define CommonTools_Utils_formulaFunctionTwoArgsEvaluator_h 38 std::shared_ptr<EvaluatorBase> iArg2,
46 double evaluate(
double const* iVariables,
double const* iParameters)
const final {
48 m_arg2->evaluate(iVariables,iParameters) );
55 ret.emplace(ret.begin(),
"func 2 args");
65 std::shared_ptr<EvaluatorBase>
m_arg1;
66 std::shared_ptr<EvaluatorBase>
m_arg2;