-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Add CDF._factor_univariate_polynomial() #13276
Comments
comment:1
Attachment: trac_13276.patch.gz |
Author: Julian Rueth |
Reviewer: Peter Bruin |
comment:3
This patch depends on #13274, which no longer applies to Sage 5.10.rc1. |
Commit: |
comment:6
Converted patch to a Git branch, only trivial merge conflicts and whitespace edits. Looks good, all test pass. |
Changed branch from u/pbruin/13276-CDF_factor_univariate_polynomial to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a part of #11731, transfer the code which does the factorization over
CDF
andRDF
fromsage.rings.polynomial.polynomial_element.Polynomial.factor()
toCDF._factor_univariate_polynomial()
andRDF._factor_univariate_polynomial()
respectively.This will also fix the following bug:
Depends on #13275
Component: basic arithmetic
Author: Julian Rueth
Branch/Commit:
ce12073
Reviewer: Peter Bruin
Issue created by migration from https://trac.sagemath.org/ticket/13276
The text was updated successfully, but these errors were encountered: