You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the matmul documentation states that the operator does "matrix multiplication". It's unclear if this means np.matmul semantics, or xr.dot.
It's probably worth explicitly calling out the distinction inline between np.matmul and np.dot, with a short explanation why this isn't the np.matmul behavior.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here at xarray! Be sure to follow the issue template!
If you have an idea for a solution, we would really welcome a Pull Request with proposed changes.
See the Contributing Guide for more.
It may take us a while to respond here, but we really value your contribution. Contributors like you help make xarray better.
Thank you!
mthramann
changed the title
Improve documentation for __matmul__ operator
Documentation Request: Clarity for __matmul__ operator
May 10, 2024
What is your issue?
Currently the matmul documentation states that the operator does "matrix multiplication". It's unclear if this means np.matmul semantics, or xr.dot.
It's probably worth explicitly calling out the distinction inline between np.matmul and np.dot, with a short explanation why this isn't the np.matmul behavior.
The text was updated successfully, but these errors were encountered: