Searched defs:MGH09_functor (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/unsupported/test/ |
| D | levenberg_marquardt.cpp | 986 struct MGH09_functor : DenseFunctor<double> struct 988 MGH09_functor(void) : DenseFunctor<double>(4,11) {} in MGH09_functor() function 989 static const double _x[11]; 990 static const double y[11]; 991 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1017 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 | 1380 struct MGH09_functor : Functor<double> struct 1382 MGH09_functor(void) : Functor<double>(4,11) {} in MGH09_functor() argument 1383 static const double _x[11]; 1384 static const double y[11]; 1385 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1411 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.… argument
|