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 ()()
534 struct lmdif_functor : Functor<double> struct536 lmdif_functor(void) : Functor<double>(3,15) {} in lmdif_functor() function537 int operator()(const VectorXd &x, VectorXd &fvec) const in operator ()()