cupy.polymul

cupy.polymul(a1, a2)[source]

Computes the product of two polynomials.

Parameters
Returns

The product of the inputs.

Return type

cupy.ndarray or cupy.poly1d

See also

numpy.polymul()