Searched defs:MGH10_functor (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/unsupported/test/ |
| D | levenberg_marquardt.cpp | 742 struct MGH10_functor : DenseFunctor<double> struct 744 MGH10_functor(void) : DenseFunctor<double>(3,16) {} in MGH10_functor() argument 745 static const double x[16]; 746 static const double y[16]; 770 const double MGH10_functor::x[16] = { 5.000000E+01, 5.500000E+01, 6.000000E+01, 6.500000E+01, 7.000… argument
|
| D | NonLinearOptimization.cpp | 1136 struct MGH10_functor : Functor<double> struct 1138 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor() argument 1139 static const double x[16]; 1140 static const double y[16]; 1164 const double MGH10_functor::x[16] = { 5.000000E+01, 5.500000E+01, 6.000000E+01, 6.500000E+01, 7.000… argument
|