Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp669 struct rat42_functor : DenseFunctor<double> struct
671 rat42_functor(void) : DenseFunctor<double>(3,9) {} in rat42_functor() argument
698 const double rat42_functor::x[9] = { 9.000E0, 14.000E0, 21.000E0, 28.000E0, 42.000E0, 57.000E0, 63.… argument
699 const double rat42_functor::y[9] = { 8.930E0 ,10.800E0 ,18.590E0 ,22.330E0 ,39.350E0 ,56.110E0 ,61.…
714 rat42_functor functor; in testNistRat42()
715 LevenbergMarquardt<rat42_functor> lm(functor); in testNistRat42()
DNonLinearOptimization.cpp1060 struct rat42_functor : Functor<double> struct
1062 rat42_functor(void) : Functor<double>(3,9) {} in rat42_functor() argument
1089 const double rat42_functor::x[9] = { 9.000E0, 14.000E0, 21.000E0, 28.000E0, 42.000E0, 57.000E0, 63.… argument
1090 const double rat42_functor::y[9] = { 8.930E0 ,10.800E0 ,18.590E0 ,22.330E0 ,39.350E0 ,56.110E0 ,61.…
1105 rat42_functor functor; in testNistRat42()
1106 LevenbergMarquardt<rat42_functor> lm(functor); in testNistRat42()