[SciPy-user] question about ODE output and time steps
Gael Varoquaux
gael.varoquaux at normalesup.org
Thu Apr 26 13:26:14 EDT 2007
On Thu, Apr 26, 2007 at 11:30:40AM -0600, Travis Oliphant wrote:
> So why don't we put what PyDSTool into scipy? SciPy's odeint is a
> wrapper I did of ODEPACK about 10 years ago. It is pretty low-level
> and reflects my needs for ordinary differential equation solving. It
> does not claim to be the end-all solution. Pearu wrote some additional
> tools (VSODE) which may be easier for some to use. It would be great if
> other people who wrote wrappers put them into SciPy.
+10 ! I have never needed more then odeint, but I hear so much good about
PyDSTool that I wish it was in scipy. Indeed if it is not in scipy I will
never get my colleagues to use it, therefore it will limit my use.
Isn't the point of scipy to collect all these wrappers and small chunk of
code into something organized ?
Cheers,
Gaël
More information about the SciPy-User
mailing list