cupy.polysub

cupy.polysub(a1, a2)[source]

Computes the difference of two polynomials.

Parameters
Returns

The difference of the inputs.

Return type

cupy.ndarray or cupy.poly1d

See also

numpy.polysub()