Does Incanter have support for sparse matrices (multiplication, decomposition, solving)?
Asked
Active
Viewed 457 times
1 Answers
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