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

reduce_mod(x::ZZMatrix, y::ZZRingElem) versus mod(M::ZZMatrix, p::ZZRingElem) #1773

Open
fingolfin opened this issue Jun 4, 2024 · 0 comments

Comments

@fingolfin
Copy link
Member

There are two reduce_mod methods with first argument a ZZMatrix. They seem to overlap with several mod and mod! etc. methods (which originally came from Hecke). See also this comment.

What should we do? Redefine one in terms of the other? To me reduce_mod is the oddball, I would have expected it to be called mod. But note that the name reduce_mod is explicitly mentioned in the manual.

@fingolfin fingolfin mentioned this issue Jun 4, 2024
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

No branches or pull requests

1 participant