Home
last modified time | relevance | path

Searched defs: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() function
931 static const double x[33];
932 static const double y[33];
956 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument
DNonLinearOptimization.cpp1297 struct MGH17_functor : Functor<double> struct
1299 MGH17_functor(void) : Functor<double>(5,33) {} in MGH17_functor() function
1300 static const double x[33];
1301 static const double y[33];
1325 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument