Returns reference to the row indices component of the sparse array. More...
Functions | |
array | sparseGetRowIdx (const array in) |
af_err | af_sparse_get_row_idx (af_array *out, const af_array in) |
Returns reference to the row indices component of the sparse array.
Row indices is the array containing the row indices of the sparse array.
[out] | out | af_array for the row indices component of the sparse array |
[in] | in | is the input sparse matrix |