Greetings all,<div><br></div><div>I&#39;m in need of fast computations on complex numbers from Cython. I&#39;ve been converting a Python groundwater flow model code to Cython, but I&#39;m reaching the point where I&#39;d really prefer to have native C complex math. Up to now, I&#39;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&#39;m nearly to the point where I&#39;ll need to store series coefficients for performance purposes, and then I&#39;ll either need to hide them in float arrays (and that&#39;s extremely nasty), or something like that.</div>
<div><br></div><div>I&#39;d like to say something like</div><div><br></div><div><br clear="all"><br>-- <br>Vic Kelson<br><a href="mailto:vic.kelson@gmail.com">vic.kelson@gmail.com</a><br>
</div>