[][src]Function arrayfire::scan

pub fn scan<T>(
    input: &Array<T>,
    dim: i32,
    op: BinaryOp,
    inclusive: bool
) -> Array<T::AggregateOutType> where
    T: HasAfEnum,
    T::AggregateOutType: HasAfEnum

Generalized scan

Parameters

Return Values

Output Array of scanned input