Searched refs:my_functor (Results 1 – 1 of 1) sorted by relevance
34 struct my_functor : Functor<double> struct36 my_functor(void): Functor<double>(3,15) {} in my_functor() function75 my_functor functor; in test_forward() argument84 NumericalDiff<my_functor> numDiff(functor); in test_forward()96 my_functor functor; in test_central()104 NumericalDiff<my_functor,Central> numDiff(functor); in test_central()