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