Returns reference to the column indices component of the sparse array.
More...
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.
◆ af_sparse_get_col_idx()
- Parameters
-
[out] | out | af_array for the column indices component of the sparse array |
[in] | in | is the input sparse matrix |
- Returns
- AF_SUCCESS if the execution completes properly
◆ sparseGetColIdx()
- Parameters
-
[in] | in | is the input sparse matrix |
- Returns
- af::array for the column indices component of the sparse array
- Examples
- benchmarks/cg.cpp.