scalanlp / breeze

Breeze is/was a numerical processing library for Scala.
https://www.scalanlp.org
Apache License 2.0
3.44k stars 692 forks source link

Band sparse matrices #729

Open emacs-le-retour opened 5 years ago

emacs-le-retour commented 5 years ago

I need to do operations (+, *, and \ like in DGBTRS in Lapack) on large band-sparse matrices (https://en.wikipedia.org/wiki/Band_matrix), is there a way to do this with breeze without dense matrices?

dlwh commented 5 years ago

We have limited support for CSC but that's it, sorry.