FillArrays.jl icon indicating copy to clipboard operation
FillArrays.jl copied to clipboard

Let `OneElement` be `AbstractSparseArray`?

Open putianyi889 opened this issue 1 year ago • 2 comments

For general purposes where the type doesn't propagate, it should be promoted to a concrete sparse array. Example:

  • #260

putianyi889 avatar Jan 30 '24 09:01 putianyi889

Could you make a PR?

On second thoughts, this would require a hard dependency on SparseArrays

jishnub avatar Jan 30 '24 09:01 jishnub

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...

putianyi889 avatar Jan 30 '24 10:01 putianyi889