SparseArrays.jl
SparseArrays.jl copied to clipboard
Implement deleteat! and keepat! for SparseArrays
deleteat! and keepat! are available only for dense arrays. thanks
It would not be too hard to implement, but it would require to turn SparseVector into a mutable struct (otherwise you cannot resize it). I think it would be nice if SparseVector supported all operations that dense Vector does.