Hi, I'm multiplying two 1000x1000 arrays with numpy.dot() and seeing significant performance differences depending on the data. It seems to take much longer on matrices with many zeros than on random ones. I don't know much about optimized MM implementations, but is this normal behavior for some reason?
Cheers, Hagen
signature.asc
Description: OpenPGP digital signature
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
