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