You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some discussion with Sebastian Spancratz it can be interesting to add a specific implementation for univariate polynomials over number fields. This can improve a lot performance, at least for multiplication, addition and gcd.
One approach is to implement Nuberfield(f)[x] more likely QQ[x][y].quotient(f(y))
After some discussion with Sebastian Spancratz it can be interesting to add a specific implementation for univariate polynomials over number fields. This can improve a lot performance, at least for multiplication, addition and gcd.
One approach is to implement Nuberfield(f)[x] more likely QQ[x][y].quotient(f(y))
Note, with patch #10255
Related tickets: #8558, #10255
Things to do (to be completed):
CC: @wbhart @miguelmarco
Component: basic arithmetic
Keywords: polynomials
Issue created by migration from https://trac.sagemath.org/ticket/10591
The text was updated successfully, but these errors were encountered: