dask.array.Array.trace¶
- Array.trace(offset=0, axis1=0, axis2=1, dtype=None)[source]¶
Return the sum along diagonals of the array.
Refer to
dask.array.trace()for full documentation.See also
dask.array.traceequivalent function
Return the sum along diagonals of the array.
Refer to dask.array.trace() for full documentation.
See also
dask.array.traceequivalent function