HomeSort by relevance Sort by last modified time
    Searched full:my_functor (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/test/
NumericalDiff.cpp 34 struct my_functor : Functor<double> struct in inherits:Functor
36 my_functor(void): Functor<double>(3,15) {} function in struct:my_functor
75 my_functor functor;
84 NumericalDiff<my_functor> numDiff(functor);
96 my_functor functor;
104 NumericalDiff<my_functor,Central> numDiff(functor);

Completed in 61 milliseconds