numpy 2.0.0
PyArrayIterObject_tag Struct Reference

#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]
PyArrayObjectao
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

Field Documentation

how far to jump back
ao->dimensions - 1
shape factors
PyObject_HEAD int PyArrayIterObject_tag::nd_m1
number of dimensions - 1
ao->strides or fake

The documentation for this struct was generated from the following file: