Open putianyi889 opened 9 months ago
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...
For general purposes where the type doesn't propagate, it should be promoted to a concrete sparse array. Example:
260