bundles / scipy 1.17.1 / scipy / integrate / _ode / lsoda / __init__
function
scipy.integrate._ode:lsoda.__init__
source: /scipy/integrate/_ode.py :1253
Signature
def __init__ ( self , with_jacobian = False , rtol = 1e-06 , atol = 1e-12 , lband = None , uband = None , nsteps = 500 , max_step = 0.0 , min_step = 0.0 , first_step = 0.0 , ixpr = 0 , max_hnil = 0 , max_order_ns = 12 , max_order_s = 5 , method = None ) Summary
No Docstrings
Aliases
-
scipy.integrate._ode.lsoda.__init__