Hi, I am wondering whether it's possible to pass (and get back) arrays of complex floats via ctypes.
To be concrete, I have managed to access lapack's dgges (Fortran) function using ctypes (thanks to a related example on this list), and now I would like to do the same with the complex version zgges. Thanks for your insights, Sven _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
