Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dlevenberg_marquardt.cpp1183 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
H A DNonLinearOptimization.cpp1533 struct thurber_functor : Functor<double> struct
1535 thurber_functor(void) : Functor<double>(7,37) {} in thurber_functor() function
1536 static const double _x[37];
1537 static const double _y[37];
1538 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1569 const double thurber_functor::_x[37] = { -3.067E0, -2.981E0, -2.921E0, -2.912E0, -2.840E0, -2.797E0… argument