Returns reference to the column indices component of the sparse array. More...
Functions | |
AFAPI array | sparseGetColIdx (const array in) |
AFAPI af_err | af_sparse_get_col_idx (af_array *out, const af_array in) |
Returns reference to the column indices component of the sparse array.
Column indices is the af::array containing the column indices of the sparse array.
[out] | out | af_array for the column indices component of the sparse array |
[in] | in | is the input sparse matrix |