NumpyTensorSpace.divide¶
- NumpyTensorSpace.divide(x1, x2, out=None)¶
Return the pointwise quotient of
x1andx2- 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
outwas provided, the returned object is a reference to it.
- out