[Numpy-discussion] matrix multiplication A x, x has some zeros

dmitrey dmitrey.kroshko at scipy.org
Fri Dec 14 03:24:50 EST 2007


Hi all,
I have to get Ax, A  is n x n matrix, x is vector of length n.
Some coords of x are zeros, so I want to economy time/cputime somehow 
w/o connecting sparse module from scipy.
What's the easiest way to do so?

Thx, D.



More information about the NumPy-Discussion mailing list