[ENHANCEMENT] Define BlockSparseArrays.blocktype(randn(2, 2))
#35
Labels
enhancement
New feature or request
BlockSparseArrays.blocktype(randn(2, 2))
#35
Define
BlockSparseArrays.blocktype
for dense arrays. Currently it outputs:That will be useful in generic code. Like BlockArrays.jl, we should in general use a convention that non-blocked arrays act like block sparse arrays with a single stored block.
The text was updated successfully, but these errors were encountered: