[SciPy-user] complex odes

Pauli Virtanen pav at iki.fi
Fri Dec 12 04:27:39 EST 2008


Fri, 12 Dec 2008 08:10:13 +0100, Nils Wagner wrote:
[clip]
> ode supports zvode
> 
>>>> from scipy.integrate.ode import zvode

Actually, the zvode class is not supposed to be used directly. Instead, 
see

>>> from scipy.integrate import ode
>>> help(ode)




More information about the SciPy-User mailing list