Den 01.02.2011 20:30, skrev John Salvatier: > Have you thought about using cython to work with the numpy C-API > (http://wiki.cython.org/tutorials/numpy#UsingtheNumpyCAPI)? This will > be fast, simple (you can mix and match Python and Cython).
Never do this. Cython has NumPy array support now: http://docs.cython.org/src/tutorial/numpy.html Sturla _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion