scipp.add#

scipp.add(a, b)#

Element-wise addition.

Equivalent to:

a + b
Parameters
Returns

Union[Variable, DataArray, Dataset] – Sum of a and b.

Note

See the guide on computation for general concepts and broadcasting behavior.