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
Currently the __getitem__ method is a generic one. But for slices of the form (a,b,1) we should rely on truncate that can be optimized in derived classes.
The current
truncate
methods of polynomials isIn many algorithms it is desirable to have a more general truncation
It would be the very same semantic than for the
__getitem__
.Currently the
__getitem__
method is a generic one. But for slices of the form(a,b,1)
we should rely ontruncate
that can be optimized in derived classes.Component: algebra
Issue created by migration from https://trac.sagemath.org/ticket/18419
The text was updated successfully, but these errors were encountered: