bundles / scipy 1.17.1 / scipy / integrate / _ivp / rk / DOP853 / __init__
function
scipy.integrate._ivp.rk:DOP853.__init__
source: /scipy/integrate/_ivp/rk.py :502
Signature
def __init__ ( self , fun , t0 , y0 , t_bound , max_step = inf , rtol = 0.001 , atol = 1e-06 , vectorized = False , first_step = None , ** extraneous ) Summary
No Docstrings
Aliases
-
scipy.integrate.DOP853.__init__