Searched refs:rat43_functor (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 1282 struct rat43_functor : DenseFunctor<double> struct 1284 rat43_functor(void) : DenseFunctor<double>(4,15) {} in rat43_functor() function 1311 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument 1312 const double rat43_functor::y[15] = { 16.08, 33.83, 65.80, 97.20, 191.55, 326.20, 386.87, 520.53, 5… 1327 rat43_functor functor; in testNistRat43() 1328 LevenbergMarquardt<rat43_functor> lm(functor); in testNistRat43()
|
D | NonLinearOptimization.cpp | 1655 struct rat43_functor : Functor<double> struct 1657 rat43_functor(void) : Functor<double>(4,15) {} in rat43_functor() argument 1684 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument 1685 const double rat43_functor::y[15] = { 16.08, 33.83, 65.80, 97.20, 191.55, 326.20, 386.87, 520.53, 5… 1700 rat43_functor functor; in testNistRat43() 1701 LevenbergMarquardt<rat43_functor> lm(functor); in testNistRat43()
|