Skip to content

Commit

Permalink
Clarify __matmul__ does generalized dot product (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthramann authored and andersy005 committed Jun 14, 2024
1 parent 1d8ef90 commit e12cb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guide/computation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Use :py:func:`~xarray.where` to conditionally switch between values:
xr.where(arr > 0, "positive", "negative")
Use `@` to perform matrix multiplication:
Use `@` to compute the :py:func:`~xarray.dot` product:

.. ipython:: python
Expand Down

0 comments on commit e12cb2b

Please sign in to comment.