|
numpy
2.0.0
|
#include <ndarraytypes.h>
Data Fields | |
| PyObject_HEAD int | nd_m1 |
| npy_intp | index |
| npy_intp | size |
| npy_intp | coordinates [NPY_MAXDIMS] |
| npy_intp | dims_m1 [NPY_MAXDIMS] |
| npy_intp | strides [NPY_MAXDIMS] |
| npy_intp | backstrides [NPY_MAXDIMS] |
| npy_intp | factors [NPY_MAXDIMS] |
| PyArrayObject * | ao |
| char * | dataptr |
| npy_bool | contiguous |
| npy_intp | bounds [NPY_MAXDIMS][2] |
| npy_intp | limits [NPY_MAXDIMS][2] |
| npy_intp | limits_sizes [NPY_MAXDIMS] |
| npy_iter_get_dataptr_t | translate |
| npy_intp | nd |
| npy_intp | dimensions [NPY_MAXDIMS] |
| PyArrayIterObject * | _internal_iter |
| char * | constant |
| int | mode |
Referenced by arraymultiter_dealloc().
Referenced by _PyArrayNeighborhoodIter_IncrCoord().
| PyObject_HEAD int PyArrayNeighborhoodIterObject::nd_m1 |
Referenced by _PyArrayNeighborhoodIter_IncrCoord().