Searched defs:MGH09_functor (Results  1 – 2 of 2) sorted by relevance
| /external/eigen/unsupported/test/ | 
| D | levenberg_marquardt.cpp | 1015 struct MGH09_functor : DenseFunctor<double>  struct 1017     MGH09_functor(void) : DenseFunctor<double>(4,11) {}  in MGH09_functor()  function 1018     static const double _x[11]; 1019     static const double y[11]; 1020     int operator()(const VectorXd &b, VectorXd &fvec)  in operator ()() 1046 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01,  1.…  argument
  | 
| D | NonLinearOptimization.cpp | 1369 struct MGH09_functor : Functor<double>  struct 1371     MGH09_functor(void) : Functor<double>(4,11) {}  in MGH09_functor()  function 1372     static const double _x[11]; 1373     static const double y[11]; 1374     int operator()(const VectorXd &b, VectorXd &fvec)  in operator ()() 1400 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01,  1.…  argument
  |