{ } Raw JSON

bundles / scipy 1.17.1 / scipy / integrate / _ivp / rk / RungeKutta

class

scipy.integrate._ivp.rk:RungeKutta

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

Signature

class   RungeKutta ( fun t0 y0 t_bound max_step = inf rtol = 0.001 atol = 1e-06 vectorized = False first_step = None ** extraneous )

Members

Summary

Base class for explicit Runge-Kutta methods.

Aliases

  • scipy.integrate._ivp.rk.RungeKutta