Closed
Description
The SparseArraysBase
minimal interface functions:
eachstoredindex
getstoredindex
getunstoredindex
isstored
setstoredindex!
setunstoredindex!
storedlength
storedpairs
storedvalues
ArrayLayouts.zero!
should get turned into @interface
functions so they can be customized based on interfaces. There will be different implementations for different types of arrays, such as dense, element-wise sparse, block sparse, etc.