UniversalSpace.divide¶
- UniversalSpace.divide(x1, x2, out=None)¶
Return the pointwise quotient of
x1
andx2
- Parameters:
- x1
LinearSpaceElement
Dividend in the quotient.
- x2
LinearSpaceElement
Divisor in the quotient.
- out
LinearSpaceElement
, optional Element to which the result is written.
- x1
- Returns:
- out
LinearSpaceElement
Quotient of the elements. If
out
was provided, the returned object is a reference to it.
- out