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

Divrem fixes #689

Merged
merged 5 commits into from
Aug 8, 2023
Merged

Divrem fixes #689

merged 5 commits into from
Aug 8, 2023

Conversation

ederc
Copy link
Member

@ederc ederc commented Aug 3, 2023

  1. Fixes divrem to return module type elements for units (compatibility to division).
  2. Adds kwarg complete_reduction to reduce for modules.
  3. Adds tests for divrem and reduce for ideals and modules

@ederc ederc requested a review from hannes14 August 7, 2023 08:30
@@ -200,7 +204,7 @@ end

Computes a division with remainder of the generators of `I` by
the generators of `G`. Returns a tuple (Quo, Rem, U) where
`Matrix(I)*U = Matrix(G)*Matrix(Quo) + Matrix(Rem)`
`Matrix(I)*MAtrix(U) = Matrix(G)*Matrix(Quo) + Matrix(Rem)`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Matrix, not MAtrix

Copy link
Member

@hannes14 hannes14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in doc

@hannes14 hannes14 enabled auto-merge (squash) August 7, 2023 09:32
@ederc ederc closed this Aug 7, 2023
auto-merge was automatically disabled August 7, 2023 11:15

Pull request was closed

@ederc ederc reopened this Aug 7, 2023
@ederc ederc closed this Aug 8, 2023
@ederc ederc reopened this Aug 8, 2023
@ederc ederc merged commit 4be1204 into oscar-system:master Aug 8, 2023
35 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants