[SciPy-dev] feedback on scipy.sparse

Matthieu Brucher matthieu.brucher at gmail.com
Wed Dec 12 03:46:16 EST 2007


>
> Also, feel free to respond with any other comments related to scipy.sparse
>

I'd like to know if some fancy indexing will be available soon. I explain
myself. I need to populate a sparse matrix with some weights for each line.
I'd like to do s[i, indices] = weights but it does not seem to work. I could
use a loop, but it would be slower and this is not acceptable (as it is
possible to do so in Matlab).

Matthieu
-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20071212/ea439dbb/attachment.html>


More information about the SciPy-Dev mailing list