#14960: Polynomials over Z, Q, Z/nZ don't compose efficiently
----------------------------------+--------------------------------------
    Reporter:  fredrik.johansson  |            Owner:
        Type:  enhancement        |           Status:  new
    Priority:  major              |        Milestone:
   Component:  performance        |         Keywords:  flint, polynomials
   Merged in:                     |          Authors:
   Reviewers:                     |  Report Upstream:  N/A
 Work issues:                     |           Branch:
Dependencies:                     |         Stopgaps:
----------------------------------+--------------------------------------
 The !__call!__ methods on flint-based polynomial types currently simply
 fall back to the generic Polynomial.!__call!__ for any nonconstant input.
 This is a most silly thing to do since flint has very fast code for
 polynomial composition.

 Specifically, the !__call!__ methods in  Polynomial_integer_dense_flint,
 Polynomial_rational_flint, Polynomial_zmod_flint should use
 fmpz_poly_compose, fmpq_poly_compose or nmod_poly_compose when the output
 is of the appropriate type.

--
Ticket URL: <http://trac.sagemath.org/ticket/14960>
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