Returns the storage type of a sparse array. More...
Functions | |
AFAPI af::storage | sparseGetStorage (const array in) |
AFAPI af_err | af_sparse_get_storage (af_storage *out, const af_array in) |
Returns the storage type of a sparse array.
The af::storage type of the format of data storage in the sparse array.
AFAPI af_err af_sparse_get_storage | ( | af_storage * | out, |
const af_array | in | ||
) |
[out] | out | contains af_storage for the storage type of the sparse array |
[in] | in | is the input sparse matrix |
AFAPI af::storage sparseGetStorage | ( | const array | in | ) |
[in] | in | is the input sparse matrix |