FillArrays.jl
FillArrays.jl copied to clipboard
Let `OneElement` be `AbstractSparseArray`?
For general purposes where the type doesn't propagate, it should be promoted to a concrete sparse array. Example:
- #260
Could you make a PR?
On second thoughts, this would require a hard dependency on SparseArrays
this would require a hard dependency on
SparseArrays
create a new package StaticSparseArrays?
looks like SparseArrays.jl is mostly SparseMatrixCSCs.jl and there is not much generic interface...