-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #22760: Add support for __matmul__ in the coercion model
Python 3.5 added the infix matrix multiplication operator [https://www.python.org/dev/peps/pep-0465/ 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 URL: https://trac.sagemath.org/22760 Reported by: jdemeyer Ticket author(s): Jeroen Demeyer, Matthias Koeppe Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
2 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters