Searched defs:lmstr_functor (Results 1 – 1 of 1) sorted by relevance
431 struct lmstr_functor : Functor<double> struct433 lmstr_functor(void) : Functor<double>(3,15) {} in lmstr_functor() function434 int operator()(const VectorXd &x, VectorXd &fvec) in operator ()()453 int df(const VectorXd &x, VectorXd &jac_row, VectorXd::Index rownb) in df()