Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp663 struct rat42_functor : DenseFunctor<double> struct
665 rat42_functor(void) : DenseFunctor<double>(3,9) {} in rat42_functor() function
666 static const double x[9];
667 static const double y[9];
668 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
692 const double rat42_functor::x[9] = { 9.000E0, 14.000E0, 21.000E0, 28.000E0, 42.000E0, 57.000E0, 63.… argument
DNonLinearOptimization.cpp1057 struct rat42_functor : Functor<double> struct
1059 rat42_functor(void) : Functor<double>(3,9) {} in rat42_functor() argument
1060 static const double x[9];
1061 static const double y[9];
1062 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1086 const double rat42_functor::x[9] = { 9.000E0, 14.000E0, 21.000E0, 28.000E0, 42.000E0, 57.000E0, 63.… argument