You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does't break any existing codes. But it allows future generalization of sparse representation to generic arrays, and allows packages to explore such.
The text was updated successfully, but these errors were encountered:
@jiahao, we already have AbstractSparseMatrix. It makes conceptual sense to me to generalize this to AbstractSparseArray, however, since you want to include sparse multilinear operators etc, and it parallels AbstractArray/AbstractMatrix etc.
Sparse representation is also useful for arrays of other ranks (e.g. sparse vector or higher dimensional sparse arrays).
My proposal is to
This does't break any existing codes. But it allows future generalization of sparse representation to generic arrays, and allows packages to explore such.
The text was updated successfully, but these errors were encountered: