Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp1015 struct MGH09_functor : DenseFunctor<double> struct
1017 MGH09_functor(void) : DenseFunctor<double>(4,11) {} in MGH09_functor() argument
1046 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.… argument
1047 const double MGH09_functor::y[11] = { 1.957000E-01, 1.947000E-01, 1.735000E-01, 1.600000E-01, 8.440…
1062 MGH09_functor functor; in testNistMGH09()
1063 LevenbergMarquardt<MGH09_functor> lm(functor); in testNistMGH09()
DNonLinearOptimization.cpp1369 struct MGH09_functor : Functor<double> struct
1371 MGH09_functor(void) : Functor<double>(4,11) {} in MGH09_functor() argument
1400 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.… argument
1401 const double MGH09_functor::y[11] = { 1.957000E-01, 1.947000E-01, 1.735000E-01, 1.600000E-01, 8.440…
1416 MGH09_functor functor; in testNistMGH09()
1417 LevenbergMarquardt<MGH09_functor> lm(functor); in testNistMGH09()