Getting Started
User Guide
Visualization
Reference
bins
bin
histogram
x
y
transform_coords
Tutorials
About
Element-wise dot product.
x (Union[Variable, DataArray, Dataset, DataGroup]) – Left hand side operand.
Union
Variable
DataArray
Dataset
DataGroup
y (Union[Variable, DataArray, Dataset, DataGroup]) – Right hand side operand.
scipp.DTypeError – If the dtype of the input is not vector3.
Union[Variable, DataArray, Dataset, DataGroup] – The dot product of the input vectors.