Searched defs:MGH17_functor (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/unsupported/test/ |
| D | levenberg_marquardt.cpp | 900 struct MGH17_functor : DenseFunctor<double> struct 902 MGH17_functor(void) : DenseFunctor<double>(5,33) {} in MGH17_functor() argument 903 static const double x[33]; 904 static const double y[33]; 928 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument
|
| D | NonLinearOptimization.cpp | 1294 struct MGH17_functor : Functor<double> struct 1296 MGH17_functor(void) : Functor<double>(5,33) {} in MGH17_functor() argument 1297 static const double x[33]; 1298 static const double y[33]; 1322 const double MGH17_functor::x[33] = { 0.000000E+00, 1.000000E+01, 2.000000E+01, 3.000000E+01, 4.000… argument
|