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

Nathan Bell wnbell at gmail.com
Thu Dec 20 04:21:21 EST 2007


On Dec 20, 2007 2:56 AM, David Warde-Farley <dwf at cs.toronto.edu> wrote:
> Is this ** behaviour documented anywhere?

I don't believe so.

In any case, I've made ** implement exponentiation as it does for
dense matrices.  You'll get a deprecation warning for (sparse **
sparse) in SciPy 0.7 telling you to use sparse.multiply(sparse)
instead.

-- 
Nathan Bell wnbell at gmail.com



More information about the SciPy-User mailing list