-
-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for __matmul__ in the coercion model #22760
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
comment:7
does not apply |
comment:8
@fchapoton: do you actually care about this ticket? I don't plan to fix a ticket if nobody looks at it anyway. |
comment:9
This will still be good to have eventually. I wonder if we could also backport matmul support to Python 2 in the Sage pre-parser... |
This comment has been minimized.
This comment has been minimized.
New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed author from Jeroen Demeyer to Jeroen Demeyer, Matthias Koeppe |
comment:17
We can now include this in. Yay. |
Reviewer: Travis Scrimshaw |
comment:18
Thank you! |
This comment has been minimized.
This comment has been minimized.
Changed branch from u/mkoeppe/add_support_for___matmul___in_the_coercion_model to |
Python 3.5 added the infix matrix multiplication operator PEP 465.
This ticket adds support for it in the coercion model.
The infix matrix multiplication operator (
@
) could be used for matrix and tensor multiplication.Follow-up: #30244
CC: @jpflori @embray @tscrim @egourgoulhon @mjungmath
Component: python3
Author: Jeroen Demeyer, Matthias Koeppe
Branch/Commit:
d939b2c
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/22760
The text was updated successfully, but these errors were encountered: