cupy.polyadd

cupy.polyadd(a1, a2)[source]

Computes the sum of two polynomials.

Parameters
Returns

The sum of the inputs.

Return type

cupy.ndarray or cupy.poly1d

See also

numpy.polyadd()