Searched defs:lmdif_functor (Results 1 – 2 of 2) sorted by relevance
141 struct lmdif_functor : DenseFunctor<double> struct143 lmdif_functor(void) : DenseFunctor<double>(3,15) {} in lmdif_functor() function144 int operator()(const VectorXd &x, VectorXd &fvec) const in operator ()()
531 struct lmdif_functor : Functor<double> struct533 lmdif_functor(void) : Functor<double>(3,15) {} in lmdif_functor() function534 int operator()(const VectorXd &x, VectorXd &fvec) const in operator ()()