Searched refs:PyNumber_MatrixMultiply (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Include/
H A Dabstract.h754 PyAPI_FUNC(PyObject *) PyNumber_MatrixMultiply(PyObject *o1, PyObject *o2);
/external/python/cpython3/Modules/
H A D_operator.c72 spam2(op_matmul , PyNumber_MatrixMultiply)
/external/python/cpython3/Objects/
H A Dabstract.c963 PyNumber_MatrixMultiply(PyObject *v, PyObject *w) function
/external/python/cpython3/Python/
H A Dceval.c1376 PyObject *res = PyNumber_MatrixMultiply(left, right);

Completed in 160 milliseconds