MCPcopy Create free account
hub / github.com/numpy/numpy / PyArray_GenericInplaceUnaryFunction

Function PyArray_GenericInplaceUnaryFunction

numpy/core/src/multiarray/number.c:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288static PyObject *
289PyArray_GenericInplaceUnaryFunction(PyArrayObject *m1, PyObject *op)
290{
291 return PyObject_CallFunctionObjArgs(op, m1, m1, NULL);
292}
293
294static PyObject *
295array_add(PyObject *m1, PyObject *m2)

Callers 5

fast_scalar_powerFunction · 0.85
array_positiveFunction · 0.85
array_negativeFunction · 0.85
array_absoluteFunction · 0.85
array_invertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected