Searched defs:MGH10_functor (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 748 struct MGH10_functor : DenseFunctor<double> struct 750 MGH10_functor(void) : DenseFunctor<double>(3,16) {} in MGH10_functor() argument 751 static const double x[16]; 752 static const double y[16]; 776 const double MGH10_functor::x[16] = { 5.000000E+01, 5.500000E+01, 6.000000E+01, 6.500000E+01, 7.000… argument
|
D | NonLinearOptimization.cpp | 1139 struct MGH10_functor : Functor<double> struct 1141 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor() argument 1142 static const double x[16]; 1143 static const double y[16]; 1167 const double MGH10_functor::x[16] = { 5.000000E+01, 5.500000E+01, 6.000000E+01, 6.500000E+01, 7.000… argument
|