I think that I do, since I intend to do array specific operations on the
resulting column of data.

e.g:

*PyArray_Min*
*PyArray_Max*
which require a PyArrayObject argument

I also plan to use *PyArray_Where* to find individual point locations in
data columns x,y,z within a 3D range, but it doesn't look like it needs
PyArrayObject.



--
View this message in context: 
http://numpy-discussion.10968.n7.nabble.com/Multidimension-array-access-in-C-via-Python-API-tp42710p42717.html
Sent from the Numpy-discussion mailing list archive at Nabble.com.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
https://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to