I'm investigating the complex dynamics of Airy functions with
Python and I wonder if I can speed up the process significantly
with Cython.  I've successfully sped up the code by about 50%
but I might expect much greater speed improvement.  I'm
guessing the problem is that Cython can't deal with SciPy's
complex valued airy function.
  1) Am I likely correct that the airy function is the
  culprit?
  2) If so, is it likely that Cython will be eventually
  expanded to include the complex valued special functions
  of SciPy?

If you're interested in the specific code, you can view it
as a Sage notebook here:
http://sagenb.org/home/pub/1013/

Thanks,
Mark McClure

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to