scipp.cross#

scipp.cross(x, y)#

Element-wise cross product.

Parameters
Raises

If the dtype of the input is not vector3.

Returns

Union[Variable, DataArray, Dataset] – The cross product of the input vectors.