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

/external/eigen/unsupported/test/
H A Dlevenberg_marquardt.cpp1282 struct rat43_functor : DenseFunctor<double> struct in inherits:DenseFunctor
1284 rat43_functor(void) : DenseFunctor<double>(4,15) {} function in struct:rat43_functor
1311 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15. };
1312 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 };
1327 rat43_functor functor;
1328 LevenbergMarquardt<rat43_functor> lm(functor);
H A DNonLinearOptimization.cpp1655 struct rat43_functor : Functor<double> struct in inherits:Functor
1657 rat43_functor(void) : Functor<double>(4,15) {} function in struct:rat43_functor
1684 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., 15. };
1685 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 };
1700 rat43_functor functor;
1701 LevenbergMarquardt<rat43_functor> lm(functor);

Completed in 62 milliseconds