scipp.dot# scipp.dot(x, y)# Element-wise dot product. Parameters: x (TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])) – Left hand side operand. y (TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any])) – Right hand side operand. Raises: scipp.DTypeError – If the dtype of the input is not vector3. Returns: TypeVar(VariableLikeType, Variable, DataArray, Dataset, DataGroup[Any]) – The dot product of the input vectors.