[SciPy-User] matrix product over row or column

alind sharma alind_sap at yahoo.com
Sun Jul 25 13:09:36 EDT 2010


Hi all,
I have a sparse lil_matrix. I want to get the product over rows/column. Whats 
the best way to achive that. I tried searching but unable to find a straight 
forward function to do that in scipy.sparse. Though we have lil_matirx.sum(dim), 
but no such thing for product.

Suppose i have
[[1, 1, 2],
[2, 3, 5],
[9, 0, 1 ]]

I want answer as in case of over rows: [18, 0, 10] and in case of over colums : 
[2, 30, 0]

Thanks in advance,

 Alind Sharma


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100725/8761e5f9/attachment.html>


More information about the SciPy-User mailing list