-
Notifications
You must be signed in to change notification settings - Fork 67
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
Linear solving for p-adic residue rings #1533
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1533 +/- ##
==========================================
+ Coverage 75.50% 75.58% +0.08%
==========================================
Files 355 355
Lines 113184 113320 +136
==========================================
+ Hits 85464 85658 +194
+ Misses 27720 27662 -58
|
@simonbrandhorst does this help you in #1510? |
Thanks for contributing this! When I tried it I got the following error message:
The bug lies in ResidueRing.jl
the valuation seems to be a |
This is fixed now. I should have tested with more obscure extensions, thanks for catching it! |
From my side, this is good to go. I'm even convinced for the moment that the algorithm for the |
Use the Howell form for linear solving over the new
LocalFieldValuationRingResidueRing
s.The
kernel
method is copied from thezzModMatrix
version in Nemo. I have no idea whether this is correct; it seems to work.