You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #13629: provide xgcd for new polynomial rings through _xgcd_univariate_polynomial
Currently, to add xgcd functionality for a new polynomial ring, one
needs to add a specialized subclass of !PolynomialElement.
The attached patch allows rings to provide a
{{{_xgcd_univariate_polynomial}}} method which will be called by
!PolynomialElement to compute xgcds.
This is similar to #10635, #13442.
URL: http://trac.sagemath.org/13629
Reported by: saraedum
Ticket author(s): Julian Rueth
Reviewer(s): Peter Bruin, Bruno Grenet
0 commit comments