* Reorder storage enum. CSR=1, CSC=2, COO=3 * Cleanup af_create_sparse_array_from_dense function * Add function to convert storage types * Currently backend limitation only accepts dense * In C-API implementation is complete * Internal API changes * SparseArray getRows/Columns -> getRowIdx/getColIdx * Rename dense2storage to sparseConvertDenseToStorage
shehzan10
changed the title
WIP: FEAT Add Sparse operations to CUDA Backend
WIP: FEAT Add Sparse operations
pavanky
changed the title
WIP: FEAT Add Sparse operations
Adding Sparse operations for all backends