#18420: Uniformize truncated multiplication for polynomials
-------------------------------------+------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: sage-6.7
Component: algebra | Resolution:
Keywords: | Merged in:
Authors: Vincent Delecroix | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-------------------------------------+------------------------
Description changed by vdelecroix:
Old description:
> The operation `_mul_trunc` on polynomials is currently only implemented
> in specialized classes with custom declaration. We define a global one in
> Polynomial with signature
> {{{
> class Polynomial:
> cpdef _mul_trunc(self, Polynomial right, long n)
> }}}
>
> We also add specialized implentation for integer polynomials (relying on
> `fmpz_poly_mullow`) and rational polynomials (relying on
> `fmpq_poly_mullow`).
New description:
The operation `_mul_trunc` on polynomials is currently only implemented in
specialized classes with custom declaration. We define a global one in
Polynomial with signature
{{{
class Polynomial:
cpdef _mul_trunc_(self, Polynomial right, long n)
}}}
(and deprecate the former _mul_trunc).
We also add specialized implentation for integer polynomials (relying on
`fmpz_poly_mullow`) and rational polynomials (relying on
`fmpq_poly_mullow`).
--
--
Ticket URL: <http://trac.sagemath.org/ticket/18420#comment:1>
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/d/optout.