Returns a dense array from a sparse input. More...
Functions | |
AFAPI array | dense (const array sparse) |
AFAPI af_err | af_sparse_to_dense (af_array *out, const af_array sparse) |
Returns a dense array from a sparse input.
Converts the sparse matrix into a dense matrix and returns it
[out] | out | dense af_array from sparse |
[in] | sparse | is the source sparse matrix |
[in] | sparse | is the source sparse matrix |