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

Implement deleteat! and keepat! for SparseArrays

Open dpinol opened this issue 4 years ago • 1 comments

deleteat! and keepat! are available only for dense arrays. thanks

dpinol avatar Jul 28 '21 13:07 dpinol

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.

sostock avatar Jul 29 '21 07:07 sostock