Home
last modified time | relevance | path

Searched refs:PyNumber_MatrixMultiply (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dabstract.h754 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/external/python/cpython3/PC/
Dpython3.def406 PyNumber_MatrixMultiply=python36.PyNumber_MatrixMultiply
/external/python/cpython3/Doc/c-api/
Dnumber.rst33 .. c:function:: PyObject* PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2)
/external/python/cpython3/Modules/
D_operator.c72 spam2(op_matmul , PyNumber_MatrixMultiply) in spami()
/external/python/cpython3/Objects/
Dabstract.c963 PyNumber_MatrixMultiply(PyObject *v, PyObject *w) in PyNumber_MatrixMultiply() function
/external/python/cpython3/Python/
Dceval.c1376 PyObject *res = PyNumber_MatrixMultiply(left, right); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2206 New :c:func:`PyNumber_MatrixMultiply` and