A high-performance general-purpose compute library

Returns reference to the row indices component of the sparse array. More...

Functions

AFAPI array sparseGetRowIdx (const array in)
 
AFAPI af_err af_sparse_get_row_idx (af_array *out, const af_array in)
 

Detailed Description

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.


Function Documentation

◆ af_sparse_get_row_idx()

AFAPI af_err af_sparse_get_row_idx ( af_array out,
const af_array  in 
)
Parameters
[out]outaf_array for the row indices component of the sparse array
[in]inis the input sparse matrix
Returns
AF_SUCCESS if the execution completes properly

◆ sparseGetRowIdx()

AFAPI array sparseGetRowIdx ( const array  in)
Parameters
[in]inis the input sparse matrix
Returns
af::array for the row indices component of the sparse array