Returns reference to the values component of the sparse array. More...
Functions | |
AFAPI array | sparseGetValues (const array in) |
AFAPI af_err | af_sparse_get_values (af_array *out, const af_array in) |
Returns reference to the values component of the sparse array.
Values is the af::array containing the non-zero elements of the dense matrix.
[out] | out | af_array for the non-zero elements component of the sparse array |
[in] | in | is the input sparse matrix |