Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Incanter have support for sparse matrices?

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

like image 899
Rob Lachlan Avatar asked Feb 23 '11 00:02

Rob Lachlan


1 Answers

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.

like image 141
dbyrne Avatar answered Sep 17 '22 13:09

dbyrne