numpy 2.0.0
PyArrayMultiIterObject Struct Reference

#include <ndarraytypes.h>

Data Fields

PyObject_HEAD int numiter
npy_intp size
npy_intp index
int nd
npy_intp dimensions [NPY_MAXDIMS]
PyArrayIterObjectiters [NPY_MAXARGS]

Detailed Description

Any object passed to PyArray_Broadcast must be binary compatible with this structure.

Field Documentation

dimensions

Referenced by iter_richcompare().

iterators

Referenced by iter_richcompare().

number of dims

Referenced by iter_richcompare().

number of iters

Referenced by iter_richcompare().


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