[SciPy-user] Sparse with fast element-wise multiply?

David Warde-Farley dwf at cs.toronto.edu
Fri Dec 14 19:12:19 EST 2007


Hi folks,

I'm currently using sparse.lil_matrix to do element-wise  
multiplication of two sparse matrices, and, well, it's really slow.  
Any suggestions for something speedier? (it seems csr and csc matrices  
don't have .multiply()).

David





More information about the SciPy-User mailing list