Home
last modified time | relevance | path

Searched defs:MGH10_functor (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp748 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
DNonLinearOptimization.cpp1139 struct MGH10_functor : Functor<double> struct
1141 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor() function
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