bundles / scipy latest / scipy / integrate / _ode / IntegratorBase / run
function
scipy.integrate._ode:IntegratorBase.run
source: /scipy/integrate/_ode.py :795
Signature
def run ( self , f , jac , y0 , t0 , t1 , f_params , jac_params ) Summary
Integrate from t=t0 to t=t1 using y0 as an initial condition. Return 2-tuple (y1,t1) where y1 is the result and t=t1 defines the stoppage coordinate of the result.
Aliases
-
scipy.integrate._ode.IntegratorBase.run