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

Add constructor for BandedMatrix from AbstractSparseMatrix (or SparseMatrixCSC)?

Open devon-research opened this issue 5 years ago • 1 comments

Seems like it would be useful.

(Example: some packages use sparse matrices in their implementation internals and/or output sparse matrices; with this constructor one could easily take the output and create a BandedMatrix to then use for further computations.)

findnz for the sparse matrix would probably make it straightforward.

devon-research avatar Jun 16 '20 16:06 devon-research

Sure! A PR would be appreciated

dlfivefifty avatar Jun 17 '20 07:06 dlfivefifty