Processing math: 100%

P211: Enumeration of all monomials

P211: Enumeration of all monomials
Input:
A polynomial P with n variables, t monomials, and a total degree D.
Output:
All monomials of P.
Complexity:
O(D2n2log(n)(n+log(1/ϵ)))) delay.
Comment:
Reference:
[Strozecki2010a] (Bibtex)