dask.array.Array.cumprod
dask.array.Array.cumprod¶
- Array.cumprod(axis, dtype=None, out=None, *, method='sequential')[source]¶
Return the cumulative product of the elements along the given axis.
Refer to
dask.array.cumprod()
for full documentation.See also
dask.array.cumprod
equivalent function