[SciPy-dev] Re: Performance Python with Weave article updated
Martin Lüthi
luthi at gi.alaska.edu
Mon Sep 20 21:44:03 CDT 2004
Hi Prabhu
Prabhu Ramachandran <prabhu at aero.iitm.ernet.in> writes:
> Just to let you know that I've updated the article on weave compared
> with other options here:
>
> http://www.scipy.org/documentation/weave/weaveperformance.html
Thanks for that article. Are you sure that the following line does what you
mean?
u[i,j] = ((u[i-1, j] + u[i+1, j])*dy^2 +
Exponentiation in Python is with **, not with ^
Best, Martin
More information about the Scipy-dev
mailing list