[Cython] Status of C complex types

Vic Kelson vic.kelson at gmail.com
Sat Apr 4 07:13:05 CEST 2009


Greetings all,
I'm in need of fast computations on complex numbers from Cython. I've been
converting a Python groundwater flow model code to Cython, but I'm reaching
the point where I'd really prefer to have native C complex math. Up to now,
I've used some little C routines that I can call with multiple floats (the C
code converts to/from complex for my purposes). However, I'm nearly to the
point where I'll need to store series coefficients for performance purposes,
and then I'll either need to hide them in float arrays (and that's extremely
nasty), or something like that.

I'd like to say something like



-- 
Vic Kelson
vic.kelson at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://codespeak.net/pipermail/cython-dev/attachments/20090404/80f69b4e/attachment.htm 


More information about the Cython-dev mailing list