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 |
Referenced by arraymultiter_index_get(), copy_object(), iter_richcompare(), and PyArray_RemoveSmallest().
npy_intp PyArrayIterObject_tag::backstrides[NPY_MAXDIMS] |
npy_intp PyArrayIterObject_tag::bounds[NPY_MAXDIMS][2] |
Referenced by get_ptr_simple().
npy_intp PyArrayIterObject_tag::coordinates[NPY_MAXDIMS] |
Referenced by _new_sort(), iter_ass_subscript(), PyArray_Byteswap(), PyArray_INCREF(), PyArray_RemoveSmallest(), and PyArray_ToFile().
npy_intp PyArrayIterObject_tag::dims_m1[NPY_MAXDIMS] |
npy_intp PyArrayIterObject_tag::factors[NPY_MAXDIMS] |
Referenced by iter_ass_subscript(), and PyArray_ToFile().
npy_intp PyArrayIterObject_tag::limits[NPY_MAXDIMS][2] |
npy_intp PyArrayIterObject_tag::limits_sizes[NPY_MAXDIMS] |
PyObject_HEAD int PyArrayIterObject_tag::nd_m1 |
Referenced by iter_ass_subscript(), and PyArray_ToFile().
npy_intp PyArrayIterObject_tag::strides[NPY_MAXDIMS] |