|
numpy 2.0.0
|
#include <ndarraytypes.h>
Data Fields | |
| PyObject_HEAD int | numiter |
| npy_intp | size |
| npy_intp | index |
| int | nd |
| npy_intp | dimensions [NPY_MAXDIMS] |
| PyArrayIterObject * | iters [NPY_MAXARGS] |
| npy_intp PyArrayMultiIterObject::dimensions[NPY_MAXDIMS] |
| PyArrayIterObject* PyArrayMultiIterObject::iters[NPY_MAXARGS] |
| PyObject_HEAD int PyArrayMultiIterObject::numiter |