Search
Searching
- numpy.matmul
...NumPy reference NumPy’s module structure Linear algebra (numpy.linalg) numpy.matmul...
- numpy.linalg.matmul (Python function, in numpy.linalg.matmul)
- numpy.matmul (Python data, in numpy.matmul)
- Linear algebra (
numpy.linalg
)...Py 1.10.0, the @ operator is preferable to other methods when computing the matrix product between 2d arrays. The numpy.matmul function implements the @ operator. Matrix and vector products dot(a, b[, out]) Dot product of two arrays. l...
- NumPy 1.10.0 Release Notes
...lication operator ‘@’ proposed in PEP465. Preliminary support for that has been implemented, and an equivalent function matmul has also been added for testing purposes and use in earlier Python versions. The function is preliminary and the...
- NumPy 1.11.0 Release Notes
- NumPy 1.16.0 Release Notes
- NumPy 1.16.6 Release Notes
- NumPy 1.17.0 Release Notes
- NumPy 1.17.3 Release Notes
- NumPy 1.18.0 Release Notes
- NumPy 1.25.0 Release Notes
- NumPy 2.0.0 Release Notes
- NumPy 2.2.0 Release Notes
- numpy.dot
- numpy.einsum
- numpy.linalg.matmul
- numpy.linalg.qr
- numpy.linalg.svd
- numpy.matmul
- numpy.matvec