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

Function PyArray_GenericUnaryFunction

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

Source from the content-addressed store, hash-verified

273}
274
275NPY_NO_EXPORT PyObject *
276PyArray_GenericUnaryFunction(PyArrayObject *m1, PyObject *op)
277{
278 return PyObject_CallFunctionObjArgs(op, m1, NULL);
279}
280
281static PyObject *
282PyArray_GenericInplaceBinaryFunction(PyArrayObject *m1,

Callers 7

__New_PyArray_StdFunction · 0.85
PyArray_ConjugateFunction · 0.85
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