raw_einsum#
- xarray_einstats.raw_einsum(subscripts, *operands, keep_dims=frozenset({}), out_append='{i}', einsum_kwargs=None, **kwargs)[source]#
Wrap
numpy.einsumcrudely.Usage examples of all arguments is available at the einsum section of the linear algebra module tutorial.
The description of all the arguments except subscripts is available at
xarray_einstats.einsum.- Parameters:
- subscripts
str Specify the subscripts for the summation as dimension names. Spaces indicate multiple dimensions in a DataArray and commas indicate multiple DataArray operands. Only dimensions with no spaces, nor commas nor
->characters are valid.- operands
xarray.DataArray - keep_dims
set, optional - out_append
str, optional - einsum_kwargs
dict, optional - kwargsoptional
- subscripts