I don't think I can use ufunc, because these functions will need access to
some additional data. The ufunc mechanism seems poorly suited here.
I'm trying the iterator interface. I just need iteration over a single
array ATM.
I'm trying to follow wigner example, but it looks like ITER macros are
missing from numpy.pxd. I tried this:
bint PyArray_ITER_NOTDONE (flatiter x) nogil
No familiar with the syntax here, just guessing. Is this correct? Compiles
and executes, but looks like it did not execute correctly.
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev