Home
last modified time | relevance | path

Searched defs:PyArray_DIM (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/py-PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5/src/
H A Dnumpy_formathandler.pyx29 cdef int PyArray_DIM( np.ndarray, int dim ) function
/dports/math/py-numpy/numpy-1.20.3/numpy/core/include/numpy/
H A Dndarraytypes.h1516 PyArray_DIM(const PyArrayObject *arr, int idim) in PyArray_DIM() function
1589 #define PyArray_DIM(obj,n) (PyArray_DIMS(obj)[n]) macro