Nripun Sredar wrote:
> I have a sparse matrix 416x52. I tried to factorize this matrix using 
> svd from numpy. But it didn't produce a result and looked like it is 
> in an infinite loop.
> I tried a similar operation using random numbers in the matrix. Even 
> this is in an infinite loop.
> Did anyone else face a similar problem?
> Can anyone please give some suggestions?
> ------------------------------------------------------------------------
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>   
Hi,
Please ensure that you have the latest version of numpy (either 1.1 when 
it gets released or one from the svn) - see Ticket 627:
http://www.scipy.org/scipy/numpy/ticket/627

Bruce


_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to