Hi,

I'm a bit confused on which datatype should I use when referring to NumPy 
ndarray lengths.  In one hand I'd use `size_t` that is the canonical way to 
refer to lengths of memory blocks.  In the other hand, `npy_intp` seems the 
standard data type used in NumPy for this.

Which one would you recommend to use in NumPy extensions?

-- 
Francesc Alted
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to