[src] Function arrayfire::sparse_get_col_indices
pub fn sparse_get_col_indices<T>(input: &Array<T>) -> Array<i32> where
T: HasAfEnum + FloatingPoint,
Get cololumn indices Array
Parameters
inputis the sparse array
Return Values
Array with coloumn indices values of sparse Array