Home
last modified time | relevance | path

Searched refs:__matmul__ (Results 226 – 250 of 310) sorted by relevance

12345678910>>...13

/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_weakref.py290 def __matmul__(self, other): member in ReferencesTestCase.test_proxy_matmul.C
/dports/math/py-rpy2/rpy2-3.4.5/
H A DNEWS510 - Python matrix multiplication (`__matmul__` / `@`) added to
850 - :class:`VectorOperationsDelegator` now has a method `__matmul__` to implement
/dports/databases/py-sqlite3/Python-3.8.12/Doc/c-api/
H A Dtypeobj.rst290 …:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
293 …:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
/dports/databases/py-gdbm/Python-3.8.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python-tools/Python-3.8.12/Doc/c-api/
H A Dtypeobj.rst290 …:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
293 …:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
/dports/lang/python37/Python-3.7.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python38/Python-3.8.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python38/Python-3.8.12/Doc/c-api/
H A Dtypeobj.rst290 …:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
293 …:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python-tools/Python-3.8.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python39/Python-3.9.9/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/databases/py-gdbm/Python-3.8.12/Doc/c-api/
H A Dtypeobj.rst290 …:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
293 …:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/c-api/
H A Dtypeobj.rst290 …:`~PyNumberMethods.nb_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
293 …:`~PyNumberMethods.nb_inplace_matrix_multiply` | :c:type:`binaryfunc` | __matmul__ |
/dports/databases/py-sqlite3/Python-3.8.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/whatsnew/
H A D3.5.rst276 can be implemented by defining :meth:`__matmul__`, :meth:`__rmatmul__`,
2017 :meth:`__divmod__` and :meth:`__matmul__` operators.
/dports/math/py-numpy/numpy-1.20.3/numpy/
H A D__init__.pyi1578 def __matmul__(self, other: ArrayLike) -> Any: ...
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.7/
H A Dsip.h.in639 matmul_slot, /* __matmul__ (for Python v3.5 and later) */
/dports/devel/py-sip/sip-5.5.0/sipbuild/module/source/12.8/
H A Dsip.h.in639 matmul_slot, /* __matmul__ (for Python v3.5 and later) */
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/tests/
H A Dtest_base.py195 def __matmul__(self, mat): member in BinopTester
231 def __matmul__(self, mat): member in BinopTester_with_shape
/dports/devel/py-mypy/mypy-0.910/test-data/unit/
H A Dcheck-statements.test277 def __matmul__(self, x: 'C') -> 'A': pass
/dports/devel/py-dask/dask-2021.11.2/dask/array/
H A Dcore.py2201 def __matmul__(self, other): member in Array
/dports/math/py-pandas/pandas-1.2.5/pandas/core/
H A Dframe.py1274 def __matmul__(self, other): member in DataFrame
/dports/math/casadi/casadi-3.5.5/swig/
H A Dcasadi.i4185 def __matmul__(x, y): return _casadi.mtimes(x, y)
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dunittest.mock.rst1706 ``__add__``, ``__sub__``, ``__mul__``, ``__matmul__``, ``__div__``, ``__truediv__``,

12345678910>>...13