A high-performance general-purpose compute library

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

Functions

array sparseGetColIdx (const array in)
 
af_err af_sparse_get_col_idx (af_array *out, const af_array in)
 

Detailed Description

Returns reference to the column indices component of the sparse array.

Column indices is the array containing the column indices of the sparse array.


Function Documentation

◆ af_sparse_get_col_idx()

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

◆ sparseGetColIdx()

array sparseGetColIdx ( const array in)
Parameters
[in]inis the input sparse matrix
Returns
array for the column indices component of the sparse array