I need to write functions that apply element-wise numpy arrays, and should 
be independent of the number of dimensions.

numpy has a mechanism for generic (dimension-independent) iteration over 
elements of the array, but is there any way to use this (or implement 
something similar) in cython?

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to