Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp244 struct chwirut2_functor : DenseFunctor<double> struct
246 chwirut2_functor(void) : DenseFunctor<double>(3,54) {} in chwirut2_functor() function
277 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.… argument
278 const double chwirut2_functor::m_y[54] = { 92.9000E0 ,57.1000E0 ,31.0500E0 ,11.5875E0 ,8.0250E0 ,63…
293 chwirut2_functor functor; in testNistChwirut2()
294 LevenbergMarquardt<chwirut2_functor> lm(functor); in testNistChwirut2()
DNonLinearOptimization.cpp634 struct chwirut2_functor : Functor<double> struct
636 chwirut2_functor(void) : Functor<double>(3,54) {} in chwirut2_functor() function
667 const double chwirut2_functor::m_x[54] = { 0.500E0, 1.000E0, 1.750E0, 3.750E0, 5.750E0, 0.875E0, 2.… argument
668 const double chwirut2_functor::m_y[54] = { 92.9000E0 ,57.1000E0 ,31.0500E0 ,11.5875E0 ,8.0250E0 ,63…
683 chwirut2_functor functor; in testNistChwirut2()
684 LevenbergMarquardt<chwirut2_functor> lm(functor); in testNistChwirut2()