somoclu icon indicating copy to clipboard operation
somoclu copied to clipboard

Sparse kernels in Python

Open peterwittek opened this issue 8 years ago • 0 comments

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.

peterwittek avatar Sep 17 '16 11:09 peterwittek