cupy.polymul#
- cupy.polymul(a1, a2)[source]#
Computes the product of two polynomials.
- Parameters:
a1 (scalar, cupy.ndarray or cupy.poly1d) – first input polynomial.
a2 (scalar, cupy.ndarray or cupy.poly1d) – second input polynomial.
- Returns:
The product of the inputs.
- Return type:
See also