Searched refs:PyNumber_InPlaceMatrixMultiply (Results 1 – 9 of 9) sorted by relevance
546 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMatrixMultiply(PyObject *o1, PyObject *o2);
395 PyNumber_InPlaceMatrixMultiply=python39.PyNumber_InPlaceMatrixMultiply
565 WRAP_BINARY(proxy_imatmul, PyNumber_InPlaceMatrixMultiply) in WRAP_BINARY()
1219 PyNumber_InPlaceMatrixMultiply(PyObject *v, PyObject *w) in PyNumber_InPlaceMatrixMultiply() function
160 .. c:function:: PyObject* PyNumber_InPlaceMatrixMultiply(PyObject *o1, PyObject *o2)
1460 PyNumber_InPlaceMatrixMultiply:PyObject*::+1:1461 PyNumber_InPlaceMatrixMultiply:PyObject*:o1:0:1462 PyNumber_InPlaceMatrixMultiply:PyObject*:o2:0:
327 return PyNumber_InPlaceMatrixMultiply(a, b); in _operator_imatmul_impl()
1845 PyObject *res = PyNumber_InPlaceMatrixMultiply(left, right); in _PyEval_EvalFrameDefault()
2207 :c:func:`PyNumber_InPlaceMatrixMultiply` functions to perform matrix