kmath
kmath copied to clipboard
Support for sparse matrices
Some performance tuning to include sparse matrices.
-
[ ] Add iteration over non-zero elements in
Matrix
interface likefun forEachNonZero(consumer: (Int,Int,T)->Unit
. -
[ ] Add sparse matrix implementation.
Postponed.