Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp1253 struct rat43_functor : DenseFunctor<double> struct
1255 rat43_functor(void) : DenseFunctor<double>(4,15) {} in rat43_functor() argument
1256 static const double x[15];
1257 static const double y[15];
1258 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1282 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument
DNonLinearOptimization.cpp1647 struct rat43_functor : Functor<double> struct
1649 rat43_functor(void) : Functor<double>(4,15) {} in rat43_functor() argument
1650 static const double x[15];
1651 static const double y[15];
1652 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1676 const double rat43_functor::x[15] = { 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 14., … argument