numpy
2.0.0
|
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT int | parse_index (PyArrayObject *self, PyObject *op, npy_intp *out_dimensions, npy_intp *out_strides, npy_intp *out_offset, int check_index) |
NPY_NO_EXPORT PyObject * | iter_subscript (PyArrayIterObject *, PyObject *) |
NPY_NO_EXPORT int | iter_ass_subscript (PyArrayIterObject *, PyObject *, PyObject *) |
NPY_NO_EXPORT int iter_ass_subscript | ( | PyArrayIterObject * | , |
PyObject * | , | ||
PyObject * | |||
) |
NPY_NO_EXPORT PyObject* iter_subscript | ( | PyArrayIterObject * | self, |
PyObject * | ind | ||
) |
<
<
NPY_NO_EXPORT int parse_index | ( | PyArrayObject * | self, |
PyObject * | op, | ||
npy_intp * | out_dimensions, | ||
npy_intp * | out_strides, | ||
npy_intp * | out_offset, | ||
int | check_index | ||
) |
References ELLIPSIS_INDEX, NEWAXIS_INDEX, parse_index_entry(), PyArray_DIMS, PyArray_NDIM, PyArray_STRIDES, and SINGLE_INDEX.