Skip to content

Commit

Permalink
Clarify __matmul__ does generalized dot product (pydata#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthramann authored Jun 2, 2024
1 parent 0939003 commit eda322a
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 eda322a

Please sign in to comment.