> By the way, fmpz_poly_pseudo_rem should be faster if you don't require
> the quotient.
>
> Bill.

I originally wrote the Cython code against FLINT 1.4.0 and at the time
there was a bug in fmpz_poly_pseudo_mod, as a result of which I was
just using fmpz_poly_pseudo_divrem.  I think Sage currently uses FLINT
1.5.0 (according to the spkg name), which I think has that bug fixed,
so you're right I should probably revert to using _divrem, _div, and
_rem again.

In any case, I've now uploaded a patch which works around the bug
mentioned in this thread.

Sebastian

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to