Bug#525113: [Pkg-octave-devel] Bug#525113: Bug#525113: Inconsistant complex matrix multiplication

2009-04-23 Thread Thomas Weber
On Wed, Apr 22, 2009 at 11:04:14PM +0200, Thomas Weber wrote: On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote: Package: octave3.0 Version: 1:3.0.1-7 Arch: i386 Severity: grave Hi, I've just realized that I can multiply a real 2x2 matrix by a complex vector. Uh,

Bug#525113: [Pkg-octave-devel] Bug#525113: Bug#525113: Inconsistant complex matrix multiplication

2009-04-23 Thread Laurent Mazet
Hi Thomas, you was right, my problem is inthe atlas library: $ LD_LIBRARY_PATH=/usr/lib /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]' ans = 1 + 2i 3 + 4i $ lmt-linux ~ $ /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]' ans = 1. + 0.i 3. + 0.i $ ldd

Bug#525113: [Pkg-octave-devel] Bug#525113: Bug#525113: Inconsistant complex matrix multiplication

2009-04-23 Thread Thomas Weber
On Thu, Apr 23, 2009 at 01:28:36PM +0200, Laurent Mazet wrote: Hi Thomas, you was right, my problem is inthe atlas library: Thanks for the follow-up. $ LD_LIBRARY_PATH=/usr/lib /usr/bin/octave -q --eval '[1 2; 3 4] * [1; 1i]' ans = 1 + 2i 3 + 4i $ lmt-linux ~ $ /usr/bin/octave -q

Bug#525113: [Pkg-octave-devel] Bug#525113: Bug#525113: Inconsistant complex matrix multiplication

2009-04-22 Thread Rafael Laboissiere
* Thomas Weber thomas.weber.m...@gmail.com [2009-04-22 23:04]: On Wed, Apr 22, 2009 at 12:01:19PM +0200, Laurent Mazet wrote: Package: octave3.0 Version: 1:3.0.1-7 Arch: i386 Severity: grave Hi, I've just realized that I can multiply a real 2x2 matrix by a complex vector.