Searched defs:hybrj_functor (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp240 struct hybrj_functor : Functor<double> struct in inherits:Functor
242 hybrj_functor(void) : Functor<double>(9,9) {} function in struct:hybrj_functor
288 hybrj_functor functor;
289 HybridNonLinearSolver<hybrj_functor> solver(functor);
321 hybrj_functor functor;
322 HybridNonLinearSolver<hybrj_functor> solver(functor);

Completed in 101 milliseconds