numpy 2.0.0
|
Defines | |
#define | RETVAL |
Functions | |
static int copy_ | type (PyArrayIterObject *itx, PyArrayNeighborhoodIterObject *niterx, npy_intp *bounds, PyObject **out) |
static int | copy_object (PyArrayIterObject *itx, PyArrayNeighborhoodIterObject *niterx, npy_intp *bounds, PyObject **out) |
static PyObject * | test_neighborhood_iterator (PyObject *NPY_UNUSED(self), PyObject *args) |
static int | copy_double_double (PyArrayNeighborhoodIterObject *itx, PyArrayNeighborhoodIterObject *niterx, npy_intp *bounds, PyObject **out) |
static PyObject * | test_neighborhood_iterator_oob (PyObject *NPY_UNUSED(self), PyObject *args) |
PyMODINIT_FUNC | initmultiarray_tests (void) |
Variables | |
static PyMethodDef | Multiarray_TestsMethods [] |
#define RETVAL |
static int copy_double_double | ( | PyArrayNeighborhoodIterObject * | itx, |
PyArrayNeighborhoodIterObject * | niterx, | ||
npy_intp * | bounds, | ||
PyObject ** | out | ||
) | [static] |
static int copy_object | ( | PyArrayIterObject * | itx, |
PyArrayNeighborhoodIterObject * | niterx, | ||
npy_intp * | bounds, | ||
PyObject ** | out | ||
) | [static] |
References PyArrayIterObject_tag::ao, PyArrayObject::data, PyArrayNeighborhoodIterObject::dataptr, PyArrayObject::nd, NPY_OBJECT, PyArray_ITER_NEXT, PyArray_SimpleNew, PyArrayNeighborhoodIter_Next(), PyArrayNeighborhoodIter_Reset(), and PyArrayNeighborhoodIterObject::size.
PyMODINIT_FUNC initmultiarray_tests | ( | void | ) |
static PyObject* test_neighborhood_iterator | ( | PyObject * | NPY_UNUSEDself, |
PyObject * | args | ||
) | [static] |
static PyObject* test_neighborhood_iterator_oob | ( | PyObject * | NPY_UNUSEDself, |
PyObject * | args | ||
) | [static] |
static int copy_ type | ( | PyArrayIterObject * | itx, |
PyArrayNeighborhoodIterObject * | niterx, | ||
npy_intp * | bounds, | ||
PyObject ** | out | ||
) | [static] |
References PyArrayObject::data, PyArray_ITER_NEXT, PyArray_SimpleNew, PyArrayNeighborhoodIter_Next(), and PyArrayNeighborhoodIter_Reset().
Referenced by _check_for_datetime(), BOOL_logical_xor(), BOOL_ones_like(), c(), npy_asinh(), TOTYPE(), UNICODE_SWAP(), and VOID_nonzero().
PyMethodDef Multiarray_TestsMethods[] [static] |
{ {"test_neighborhood_iterator", test_neighborhood_iterator, METH_VARARGS, NULL}, {"test_neighborhood_iterator_oob", test_neighborhood_iterator_oob, METH_VARARGS, NULL}, {NULL, NULL, 0, NULL} }