TensorSpace._multiply

TensorSpace._multiply(self, x1, x2, out)[source]

The entry-wise product of two tensors, assigned to out.

This method should be overridden by subclasses.