bundles / scipy 1.17.1 / scipy / integrate / _ode / IntegratorBase / reset
function
scipy.integrate._ode:IntegratorBase.reset
source: /scipy/integrate/_ode.py :789
Signature
def reset ( self , n , has_jac ) Summary
Prepare integrator for call: allocate memory, set flags, etc. n - number of equations. has_jac - if user has supplied function for evaluating Jacobian.
Aliases
-
scipy.integrate._ode.IntegratorBase.reset