Skip to content

Commit e12cb2b

Browse files
mthramannandersy005
authored andcommitted
Clarify __matmul__ does generalized dot product (#9060)
1 parent 1d8ef90 commit e12cb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/computation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use :py:func:`~xarray.where` to conditionally switch between values:
5050
5151
xr.where(arr > 0, "positive", "negative")
5252
53-
Use `@` to perform matrix multiplication:
53+
Use `@` to compute the :py:func:`~xarray.dot` product:
5454

5555
.. ipython:: python
5656

0 commit comments

Comments
 (0)