Searched defs: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() function37 int operator()(const VectorXd &x, VectorXd &fvec) const in operator ()()75 my_functor functor; in test_forward() argument