[][src]Function arrayfire::scan_by_key

pub fn scan_by_key<K, V>(
    key: &Array<K>,
    input: &Array<V>,
    dim: i32,
    op: BinaryOp,
    inclusive: bool
) -> Array<V::AggregateOutType> where
    V: HasAfEnum,
    V::AggregateOutType: HasAfEnum,
    K: HasAfEnum + Scanable

Generalized scan by key

Parameters

Return Values

Output Array of scanned input