kmath icon indicating copy to clipboard operation
kmath copied to clipboard

Support for sparse matrices

Open altavir opened this issue 6 years ago • 1 comments

Some performance tuning to include sparse matrices.

  • [ ] Add iteration over non-zero elements in Matrix interface like fun forEachNonZero(consumer: (Int,Int,T)->Unit.

  • [ ] Add sparse matrix implementation.

altavir avatar Oct 12 '18 07:10 altavir

Postponed.

altavir avatar May 02 '19 06:05 altavir