Home
last modified time | relevance | path

Searched defs:Dfun (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/
H A Dminpack.h56 #define INIT_JAC_FUNC(fun,Dfun,arg,col_deriv,errobj) do { \ argument
102 PyObject *Dfun; member
H A D__minpack.h82 …_t *callback, jac_callback_info_t *jac_callback_info, PyObject *fcn, PyObject *Dfun, PyObject *ext… in init_jac_callback()
346 PyObject *fcn, *Dfun, *x0, *extra_args = NULL, *o_diag = NULL; in minpack_hybrj() local
549 PyObject *fcn, *x0, *Dfun, *extra_args = NULL, *o_diag = NULL; in minpack_lmder() local
H A Dminpack.py279 def leastsq(func, x0, args=(), Dfun=None, full_output=0, argument
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/
H A Dodepack.py28 def odeint(func, y0, t, args=(), Dfun=None, col_deriv=0, full_output=0, argument
H A D_odepackmodule.c500 PyObject *Dfun = Py_None; in odepack_odeint() local