-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: simplify numpy code of matrix expressions (#232)
* docs: automatically widen numpycode code-blocks * docs: extend codeautolink_global_preface This renders numpy module as a link as well if not explicitly imported. * docs: render _numpycode() output as python code-block * fix: remove redundant transpose import * fix: run QRules single-threaded in tests * refactor: extract _RotationY/ZMatrixImplementation * refactor: extract _BoostZMatrixImplementation * refactor: remove angle property from RotationY/Z classes * refactor: remove beta property from BoostZMatrix * test: add tests RotationY/ZMatrix * test: check numpycode with cse in nested expression
- Loading branch information
Showing
7 changed files
with
486 additions
and
82 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
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
Oops, something went wrong.