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
[email protected]
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to