[SciPy-User] Speeding up integrate.odeint with weave/blitz
Gus Ishere
gus.is.here at gmail.com
Tue Dec 7 16:26:59 EST 2010
I currently have a call like: integrate.odeint(dX_dt,X0,t,full_output=True)
One approach to speed up the integration time is to make dX_dt into a weave
function. Is there a better way to speed it up and avoid the function call
overhead in Python? Any examples would be very appreciated.
dX_dt is very simple.
Thanks,
Gustavo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20101207/2e8f754b/attachment.html>
More information about the SciPy-User
mailing list