Re: [Numpy-discussion] Numpy problem with SVD

2007-10-18 Thread Charles R Harris
Hi Axel, On 10/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi, > > I tried the function numpy.linalg.svd(X) on an array X with 100 rows and > 50 > columns. > > I got an Error message: > ** On entry to DGESDD parameter number 12 has an illegal value > Then I got kicked out of python.

[Numpy-discussion] Numpy problem with SVD

2007-10-18 Thread axel . breuer
Hi, I tried the function numpy.linalg.svd(X) on an array X with 100 rows and 50 columns. I got an Error message: ** On entry to DGESDD parameter number 12 has an illegal value Then I got kicked out of python. I tried numarray.mlab.svd(X) and it worked fine. Is there a workaround to perform svd