Returns reference to the row indices component of the sparse array.
More...
Returns reference to the row indices component of the sparse array.
Row indices is the af::array containing the row indices of the sparse array.
◆ af_sparse_get_row_idx()
- Parameters
-
[out] | out | af_array for the row indices component of the sparse array |
[in] | in | is the input sparse matrix |
- Returns
- AF_SUCCESS if the execution completes properly
◆ sparseGetRowIdx()
- Parameters
-
[in] | in | is the input sparse matrix |
- Returns
- af::array for the row indices component of the sparse array
- Examples:
- benchmarks/cg.cpp.