[ENHANCEMENT] Define SparseArraysBase.isstored
for block sparse arrays
#26
Labels
enhancement
New feature or request
SparseArraysBase.isstored
for block sparse arrays
#26
Currently:
and:
using:
We could also consider defining
isblockstored(a, 1, 1) == isstored(a, Block(1, 1))
though maybe theisstored
interface is sufficient.The text was updated successfully, but these errors were encountered: