bundles / scipy latest / scipy / integrate / _ode / vode / __init__
function
scipy.integrate._ode:vode.__init__
source: /scipy/integrate/_ode.py :831
Signature
def __init__ ( self , method = adams , with_jacobian = False , rtol = 1e-06 , atol = 1e-12 , lband = None , uband = None , order = 12 , nsteps = 500 , max_step = 0.0 , min_step = 0.0 , first_step = 0.0 ) Summary
No Docstrings
Aliases
-
scipy.integrate._ode.vode.__init__