Skip to content
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

Tweak is_symmetric and is_skew_symmetric #1427

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Tweak is_symmetric and is_skew_symmetric #1427

merged 1 commit into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Tweak is_symmetric and is_skew_symmetric

    - fix their docstrings to say `transpose` instead of `tr` (which is the trace)
    - align the implementations
    - ensure they are both applicable to `MatrixElem` with no restrictions
    - remove redundant `is_symmetric(M::MatElem`) method
    fingolfin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    062ff81 View commit details
    Browse the repository at this point in the history