UniversalSpace.multiply¶
- UniversalSpace.multiply(x1, x2, out=None)¶
- Return the pointwise product of - x1and- x2.- Parameters:
- x1, x2LinearSpaceElement
- Multiplicands in the product. 
- outLinearSpaceElement, optional
- Element to which the result is written. 
 
- x1, x2
- Returns:
- outLinearSpaceElement
- Product of the elements. If - outwas provided, the returned object is a reference to it.
 
- out