-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch makes the trans argument of evaluable.transpose mandatory and adds a simplification path for the trivial case. As transpose is used in the pre- and post processing of almost all other operations there are considerable merits to handling this case directly. To avoid double work, the Transpose operation no longer accepts the trivial permutation as an argument.
- Loading branch information
1 parent
7a56a1d
commit b64aaee
Showing
2 changed files
with
28 additions
and
32 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