#11731: Transfer ring-specific functionality of factor() and roots() in
polynomial_element.pyx to the correct ring files
--------------------------------+-------------------------------------------
   Reporter:  spice             |          Owner:  AlexGhitza                   
       
       Type:  enhancement       |         Status:  new                          
       
   Priority:  major             |      Milestone:  sage-5.0                     
       
  Component:  basic arithmetic  |       Keywords:  factor, roots, univariate 
polynomial
Work_issues:                    |       Upstream:  N/A                          
       
   Reviewer:                    |         Author:                               
       
     Merged:                    |   Dependencies:  #10635                       
       
--------------------------------+-------------------------------------------
 Ticket arises as a result of #10635. The methods factor() and roots() for
 generic univariate polynomial elements in
 rings/polynomial/polynomial_element.pyx have a lot of ring-specific code
 that would be better suited as methods attached to each individual base
 ring.

 To whit, patch #10635 allows for the creation of
 _factor_univariate_polynomial() and _roots_univariate_polynomial() as
 dundermethods on the base ring. This should now be done, and the relevant
 code from factor() and roots() should be moved to these methods.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11731>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to