{ } Raw JSON

bundles / scipy latest / scipy / integrate / _ivp / rk / RungeKutta / __init__

function

scipy.integrate._ivp.rk:RungeKutta.__init__

source: /scipy/integrate/_ivp/rk.py :85

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._ivp.rk.RungeKutta.__init__