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

/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp242 struct hybrj_functor : Functor<double> struct in inherits:Functor
244 hybrj_functor(void) : Functor<double>(9,9) {} function in struct:hybrj_functor
290 hybrj_functor functor;
291 HybridNonLinearSolver<hybrj_functor> solver(functor);
323 hybrj_functor functor;
324 HybridNonLinearSolver<hybrj_functor> solver(functor);

Completed in 80 milliseconds