Search
Search Results
Search finished, found 29 page(s) matching the search query.
- 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
- 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
- numpy.ufunc.signature
- numpy.vecdot
- numpy.vecmat
- Standard array subclasses
- numpy.ndarray.__matmul__ (Python method, in numpy.ndarray.__matmul__)
- Generalized universal function API
- Setting up and using your development environment
- The N-dimensional array (
ndarray
)