Home
last modified time | relevance | path

Searched refs:PyNumber_InPlaceMatrixMultiply (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dabstract.h764 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMatrixMultiply(PyObject *o1, PyObject *o2);
/external/python/cpython3/PC/
Dpython3.def393 PyNumber_InPlaceMatrixMultiply=python37.PyNumber_InPlaceMatrixMultiply
/external/python/cpython3/Doc/c-api/
Dnumber.rst157 .. c:function:: PyObject* PyNumber_InPlaceMatrixMultiply(PyObject *o1, PyObject *o2)
/external/python/cpython3/Modules/
D_operator.c327 return PyNumber_InPlaceMatrixMultiply(a, b); in _operator_imatmul_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1432 PyNumber_InPlaceMatrixMultiply:PyObject*::+1:
1433 PyNumber_InPlaceMatrixMultiply:PyObject*:o1:0:
1434 PyNumber_InPlaceMatrixMultiply:PyObject*:o2:0:
/external/python/cpython3/Objects/
Dabstract.c1158 PyNumber_InPlaceMatrixMultiply(PyObject *v, PyObject *w) in PyNumber_InPlaceMatrixMultiply() function
/external/python/cpython3/Python/
Dceval.c1433 PyObject *res = PyNumber_InPlaceMatrixMultiply(left, right); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2207 :c:func:`PyNumber_InPlaceMatrixMultiply` functions to perform matrix