Hi Travis, On 2017-08-17, [email protected] <[email protected]> wrote: >> What kind of polynomials is involved in that test? libsingular? > > I believe they are the generic polynomials: > > sage: type(M.some_elements()[3]._x) ><class > 'sage.rings.polynomial.polynomial_ring.PolynomialRing_field_with_category.element_class'
Hm. Then I wonder how one could speed-up the coefficient mapping. map_coefficients is cython already. Certainly for things like libsingular polynomials it would be a *lot* faster to not use the generic implementation, that's why I was asking. Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-release" 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 https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
