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

Add GAP_IsMatrix #4531

Merged
merged 2 commits into from
Jun 5, 2021
Merged

Commits on Jun 2, 2021

  1. added GAP_IsMatrix to src/libgap-api.*

    and added/corrected some comments concerning functions about `GAP_IsMatrix*`
    ThomasBreuer committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    711bf81 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Fix GAP_IsMatrix

    ... and make `GAP_IsMatrixOrMatrixObj`, `GAP_IsMatrixObj` future proof:
    directly calling `DoFilter` is risky and will break as soon as the
    "filter" we are passing in is not a true filter, but e.g. an and-filter
    (such as `IsMatrix`)
    fingolfin committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    df90ac6 View commit details
    Browse the repository at this point in the history