[SciPy-User] scipy.sparse.csr_matrix.matmat deprecation question
Andrew Schein
andrew at andrewschein.com
Fri Jun 25 13:09:16 EDT 2010
I would like to perform a matrix multiplication of the form
A * B
where A is dense and B is sparse CSR or COO. Does scipy.sparse have this
capability and will it in the future? How fast is the scipy implementation
in comparison to INTEL MKL?
It appears that there is a .matmat function that has been deprecated. Does
this reflect a retreat, or is the functionality found in some other place?
Thanks,
Andrew
--
Andrew I. Schein
www.andrewschein.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20100625/5fc3f5ad/attachment.html>
More information about the SciPy-User
mailing list