[−][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
input
is the sparse array
Return Values
Array with coloumn indices values of sparse Array