{ } Raw JSON

bundles / scipy 1.17.1 / scipy / integrate / _odepack / odeint

built-in

scipy.integrate._odepack:odeint

Summary

[y,{infodict,}istate] = odeint(fun, y0, t, args=(), Dfun=None, col_deriv=0, ml=, mu=, full_output=0, rtol=, atol=, tcrit=, h0=0.0, hmax=0.0, hmin=0.0, ixpr=0.0, mxstep=0.0, mxhnil=0, mxordn=0, mxords=0) yprime = fun(y,t,...)

Aliases

  • scipy.integrate._odepack.odeint