Home
last modified time | relevance | path

Searched refs:MGH17_functor (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp928 struct MGH17_functor : DenseFunctor<double> struct
930 MGH17_functor(void) : DenseFunctor<double>(5,33) {} in MGH17_functor() argument
956 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument
957 const double MGH17_functor::y[33] = { 8.440000E-01, 9.080000E-01, 9.320000E-01, 9.360000E-01, 9.250…
972 MGH17_functor functor; in testNistMGH17()
973 LevenbergMarquardt<MGH17_functor> lm(functor); in testNistMGH17()
DNonLinearOptimization.cpp1297 struct MGH17_functor : Functor<double> struct
1299 MGH17_functor(void) : Functor<double>(5,33) {} in MGH17_functor() argument
1325 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument
1326 const double MGH17_functor::y[33] = { 8.440000E-01, 9.080000E-01, 9.320000E-01, 9.360000E-01, 9.250…
1341 MGH17_functor functor; in testNistMGH17()
1342 LevenbergMarquardt<MGH17_functor> lm(functor); in testNistMGH17()