Searched refs:rat43_functor (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp1638 struct rat43_functor : Functor<double> struct in inherits:Functor
1640 rat43_functor(void) : Functor<double>(4,15) {} function in struct:rat43_functor
1667 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15. };
1668 const double rat43_functor::y[15] = { 16.08, 33.83, 65.80, 97.20, 191.55, 326.20, 386.87, 520.53, 590.03, 651.92, 724.93, 699.56, 689.96, 637.56, 717.41 };
1683 rat43_functor functor;
1684 LevenbergMarquardt<rat43_functor> lm(functor);

Completed in 81 milliseconds