-
-
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
Add QQbar._factor_univariate_polynomial() #13275
Comments
comment:1
Attachment: trac_13275.patch.gz |
Reviewer: Peter Bruin |
comment:3
See ticket #13274; doesn't apply correctly to 5.10. |
comment:6
Converted patch to a Git branch, only trivial merge conflicts and whitespace edits. Looks good, all test pass. New commits:
|
Commit: |
Changed branch from u/pbruin/13275-QQbar_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
QQbar
andAA
fromsage.rings.polynomial.polynomial_element.Polynomial.factor()
toQQbar._factor_univariate_polynomial()
andAA._factor_univariate_polynomial()
respectively.Depends on #13274
Component: commutative algebra
Author: Julian Rueth
Branch/Commit:
cd6dd44
Reviewer: Peter Bruin
Issue created by migration from https://trac.sagemath.org/ticket/13275
The text was updated successfully, but these errors were encountered: