Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp1282 struct rat43_functor : DenseFunctor<double> struct
1284 rat43_functor(void) : DenseFunctor<double>(4,15) {} in rat43_functor() function
1285 static const double x[15];
1286 static const double y[15];
1287 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1311 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument
DNonLinearOptimization.cpp1655 struct rat43_functor : Functor<double> struct
1657 rat43_functor(void) : Functor<double>(4,15) {} in rat43_functor() argument
1658 static const double x[15];
1659 static const double y[15];
1660 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1684 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument