somoclu
somoclu copied to clipboard
Sparse kernels in Python
In principle, it is straightforward to pass Python sparse matrices, for instance, scipy.sparse.lil_matrix
, to C/C++. The problem is that Somoclu's internal sparse representation does not match any of them. First this representation has to be changed, and then we could implement the sparse kernels at least in the Python interface.