Searched defs:thurber_functor (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | levenberg_marquardt.cpp | 1183 struct thurber_functor : DenseFunctor<double> struct 1185 thurber_functor(void) : DenseFunctor<double>(7,37) {} in thurber_functor() function 1186 static const double _x[37]; 1187 static const double _y[37]; 1188 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1219 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0… argument
|
D | NonLinearOptimization.cpp | 1556 struct thurber_functor : Functor<double> struct 1558 thurber_functor(void) : Functor<double>(7,37) {} in thurber_functor() argument 1559 static const double _x[37]; 1560 static const double _y[37]; 1561 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1592 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0… argument
|