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 _nonzero_indices(), array_iter_base_init(), arraymultiter_size_get(), copy_object(), and iter_richcompare().
Referenced by get_ptr_simple().
Referenced by PyArray_BroadcastToShape().
Referenced by _deepcopy_call(), _new_sort(), iter_ass_subscript(), PyArray_INCREF(), PyArray_ToFile(), and test_pydatamem_seteventhook_start().
Referenced by _deepcopy_call(), iter_ass_subscript(), and PyArray_ToFile().
Referenced by get_ptr_simple().
Referenced by get_ptr_simple().
PyObject_HEAD int PyArrayIterObject_tag::nd_m1 |
Referenced by _deepcopy_call(), iter_ass_subscript(), and PyArray_ToFile().