Searched defs:MGH10_functor (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | levenberg_marquardt.cpp | 748 struct MGH10_functor : DenseFunctor<double> struct 750 MGH10_functor(void) : DenseFunctor<double>(3,16) {} in MGH10_functor() function 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
|
H A D | NonLinearOptimization.cpp | 1130 struct MGH10_functor : Functor<double> struct 1132 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor() argument 1133 static const double x[16]; 1134 static const double y[16]; 1158 const double MGH10_functor::x[16] = { 5.000000E+01, 5.500000E+01, 6.000000E+01, 6.500000E+01, 7.000… argument
|