UniversalSpace.multiply

UniversalSpace.multiply(self, x1, x2, out=None)

Return the pointwise product of x1 and x2.

Parameters
x1, x2LinearSpaceElement

Multiplicands in the product.

outLinearSpaceElement, optional

Element to which the result is written.

Returns
outLinearSpaceElement

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