[Numpy-discussion] numpy.linalg.qr bug on 64-bit platforms

Lars Bittrich lars.bittrich at googlemail.com
Wed Mar 7 04:57:10 EST 2007


On Monday 05 March 2007 08:01, Steffen Loeck wrote:
> Has there been any progress in solving this problem? I get the same error
> message and have no idea how to solve it.

I do not understand those code parts very well but I think the values passed 
to the lapack routines must be integer and not long integer on 64bit 
architecture. A few tests with the attached patch worked well.

Best Regards,

Lars
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lapack_litemodule.patch
Type: text/x-diff
Size: 3473 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070307/bf180b5e/attachment.patch>


More information about the NumPy-Discussion mailing list