#13642: Modular exponentiation of polynomials
-------------------------------------------------------+--------------------
       Reporter:  caruso                               |         Owner:  
AlexGhitza   
           Type:  defect                               |        Status:  
needs_work   
       Priority:  major                                |     Milestone:  
sage-5.11    
      Component:  algebra                              |    Resolution:         
      
       Keywords:  modular exponentiation, polynomials  |   Work issues:         
      
Report Upstream:  N/A                                  |     Reviewers:  Burcin 
Erocal
        Authors:  caruso                               |     Merged in:         
      
   Dependencies:                                       |      Stopgaps:         
      
-------------------------------------------------------+--------------------
Changes (by burcin):

  * status:  needs_review => needs_work


Comment:

 There are doctests failing in
 `sage/rings/polynomial/polynomial_element.pyx`.

 It seems that the `_pow_modulus()` function is duplicating code from
 `sage.rings.arith.power_mod`. Isn't there a way to use that function? Does
 the speed increase justify copying the code here? If we are going to copy
 it, shouldn't we put it higher in the class hierarchy?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13642#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to