Re: [Numpy-discussion] svd in numpy

2008-05-19 Thread Nripun Sredar
Thank You.. The problem is resolved On Mon, May 19, 2008 at 10:31 AM, Bruce Southey <[EMAIL PROTECTED]> wrote: > Nripun Sredar wrote: > > I am running on Windows Xp, Intel Xeon CPU. I'd like to fill in a few > > more things here. If I send 0 in the second and third argu

Re: [Numpy-discussion] svd in numpy

2008-05-19 Thread Nripun Sredar
st windows binaries numpy-1.0.4.win32-py2.5.msi. On Sat, May 17, 2008 at 2:34 AM, David Cournapeau < [EMAIL PROTECTED]> wrote: > 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 re

[Numpy-discussion] svd in numpy

2008-05-16 Thread Nripun Sredar
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? C