Home
last modified time | relevance | path

Searched refs:my_functor (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
DNumericalDiff.cpp34 struct my_functor : Functor<double> struct
36 my_functor(void): Functor<double>(3,15) {} in my_functor() function
75 my_functor functor; in test_forward() argument
84 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()