Returns the storage type of a sparse array. More...
| Functions | |
| af::storage | sparseGetStorage (const array in) | 
| af_err | af_sparse_get_storage (af_storage *out, const af_array in) | 
Returns the storage type of a sparse array.
The storage type of the format of data storage in the sparse array.
| 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 | 
| af::storage sparseGetStorage | ( | const array | in | ) | 
| [in] | in | is the input sparse matrix |