Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dlevenberg_marquardt.cpp1015 struct MGH09_functor : DenseFunctor<double> struct
1017 MGH09_functor(void) : DenseFunctor<double>(4,11) {} in MGH09_functor() argument
1018 static const double _x[11];
1019 static const double y[11];
1020 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1046 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.… argument
DNonLinearOptimization.cpp1388 struct MGH09_functor : Functor<double> struct
1390 MGH09_functor(void) : Functor<double>(4,11) {} in MGH09_functor() function
1391 static const double _x[11];
1392 static const double y[11];
1393 int operator()(const VectorXd &b, VectorXd &fvec) in operator ()()
1419 const double MGH09_functor::_x[11] = { 4., 2., 1., 5.E-1 , 2.5E-01, 1.670000E-01, 1.250000E-01, 1.… argument