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

changed compose in src/Groups ... #1038

Merged
merged 1 commit into from
Feb 2, 2022
Merged

changed compose in src/Groups ... #1038

merged 1 commit into from
Feb 2, 2022

Commits on Feb 1, 2022

  1. changed compose in src/Groups ...

    ... such that `compose(f, g)` maps `x` to `g(f(x))`.
    As is stated in the discussion of issue #690,
    the definition from [the AbstractAlgebra manual section for the Map interface](https://oscar-system.github.io/Oscar.jl/dev/AbstractAlgebra/map_interface/#Composition-of-maps) should be used consistently.
    ThomasBreuer committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    d95aee0 View commit details
    Browse the repository at this point in the history