DiscretizedSpace.divide

DiscretizedSpace.divide(x1, x2, out=None)

Return the pointwise quotient of x1 and x2

Parameters:
x1LinearSpaceElement

Dividend in the quotient.

x2LinearSpaceElement

Divisor in the quotient.

outLinearSpaceElement, optional

Element to which the result is written.

Returns:
outLinearSpaceElement

Quotient of the elements. If out was provided, the returned object is a reference to it.