Searched defs:thurber_functor (Results 1 – 2 of 2) sorted by relevance
| /external/eigen/unsupported/test/ |
| D | levenberg_marquardt.cpp | 1154 struct thurber_functor : DenseFunctor<double> struct 1156 thurber_functor(void) : DenseFunctor<double>(7,37) {} in thurber_functor() argument 1157 static const double _x[37]; 1158 static const double _y[37]; 1159 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1190 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0… argument
|
| D | NonLinearOptimization.cpp | 1548 struct thurber_functor : Functor<double> struct 1550 thurber_functor(void) : Functor<double>(7,37) {} in thurber_functor() function 1551 static const double _x[37]; 1552 static const double _y[37]; 1553 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()() 1584 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0… argument
|