A Thursday 17 December 2009 15:16:29 Pierre GM escrigué:
> All,
> * What is the most efficient way to get a np.void object from a 0d
>  structured ndarray ?

I normally use `PyArray_GETITEM` C macro for general n-d structured arrays.  I 
suppose that this will work with 0-d arrays too.

-- 
Francesc Alted
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to