npstreams.idot
- npstreams.idot(arrays)
Yields the cumulative array inner product (dot product) of arrays.
- Parameters:
arrays (iterable) – Arrays to be reduced.
- Yields:
online_dot (ndarray)
See also
numpy.linalg.multi_dotCompute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order.