-
Notifications
You must be signed in to change notification settings - Fork 58
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
Misc cleanup #1770
Misc cleanup #1770
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1770 +/- ##
==========================================
- Coverage 85.80% 85.59% -0.21%
==========================================
Files 95 95
Lines 36870 36905 +35
==========================================
- Hits 31636 31590 -46
- Misses 5234 5315 +81 ☔ View full report in Codecov by Sentry. |
|
||
Reduces every entry modulo $p$, i.e. applies the mod function to every entry. | ||
""" | ||
function mod(M::ZZMatrix, p::ZZRingElem) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apart from the one unresolved question, this looks good
Unfortunately we have conflicts with #1768 |
The generic ones in AbstractAlgebra already takes care of these, and are equally efficient thanks to is_zero_entry
rebased. And I've filed #1773 for |
Thanks for both! |
For further details please refer to the respective commit messages.