Function arrayfire::sparse_get_row_indices[][src]

pub fn sparse_get_row_indices<T>(input: &Array<T>) -> Array<i32> where
    T: HasAfEnum + FloatingPoint, 

Get row indices Array

Parameters

  • input is the sparse array

Return Values

Array with row indices values of sparse Array