scipp.dot#

scipp.dot(x, y)#

Element-wise dot product.

Parameters
Raises

scipp.DTypeError – If the dtype of the input is not vector3.

Returns

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