pub fn scan<T>(
input: &Array<T>,
dim: i32,
op: BinaryOp,
inclusive: bool
) -> Array<T::AggregateOutType> where
T: HasAfEnum,
T::AggregateOutType: HasAfEnum,
Generalized scan
input
is the data on which scan is to be performeddim
is the dimension along which scan operation is to be performedop
takes value of BinaryOp enum indicating the type of scan operationinclusive
says if inclusive/exclusive scan is to be performedOutput Array of scanned input
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4