numpy 2.0.0
|
Go to the source code of this file.
Functions | |
NPY_NO_EXPORT PyObject * | _strings_richcompare (PyArrayObject *self, PyArrayObject *other, int cmp_op, int rstrip) |
NPY_NO_EXPORT PyObject * | array_richcompare (PyArrayObject *self, PyObject *other, int cmp_op) |
NPY_NO_EXPORT PyObject* _strings_richcompare | ( | PyArrayObject * | self, |
PyArrayObject * | other, | ||
int | cmp_op, | ||
int | rstrip | ||
) |
References _strings_richcompare(), array_richcompare(), array_subscript(), PyArray_Dims::len, NumericOps::logical_and, NumericOps::logical_or, n_ops, NPY_MAXDIMS, NPY_TITLE_KEY, PyArray_Dims::ptr, PyArray_ANYORDER, PyArray_BOOL, PyArray_Check, PyArray_DIMS, PyArray_EnsureAnyArray(), PyArray_GenericReduceFunction(), PyArray_HASFIELDS, PyArray_NDIM, and PyArray_Newshape().
Referenced by _strings_richcompare().
NPY_NO_EXPORT PyObject* array_richcompare | ( | PyArrayObject * | self, |
PyObject * | other, | ||
int | cmp_op | ||
) |
Referenced by _strings_richcompare().