-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Suboptimal choice of algorithm by Matrix(QQ).solve_right() #39197
Labels
Comments
|
Looks like the cause is the fact that the ring is changed to QQ somehow. Which boils down to…
In
Introduced by #22970 . Looks like multimodular clears denominator then runs multimodular algorithm. |
user202729
changed the title
Weird slowdown with solve_right()
Suboptimal choice of algorithm by Matrix(QQ).solve_right()
Dec 24, 2024
Looks like the problem is that the initial guess for the height is way too low.
|
This was referenced Dec 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps To Reproduce
Expected Behavior
both are fast
Actual Behavior
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: