8

Does Incanter have support for sparse matrices (multiplication, decomposition, solving)?

Rob Lachlan
  • 14,289
  • 5
  • 49
  • 99

1 Answers1

4

According to this google group discussion, support for sparse matrices in Incanter is still a work in progress (and hasn't been discussed in awhile?).

Also, I don't see any evidence of sparse matrix support in the Incanter source code for the Matrix class. It still extends DenseColumnDoubleMatrix2D.

dbyrne
  • 59,111
  • 13
  • 86
  • 103