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/o

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 /usr/bin/octav

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

2009-04-22 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

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

2009-04-22 Thread Thomas Weber
On Thu, Apr 23, 2009 at 01:35:01AM +0200, Rafael Laboissiere wrote: > * Thomas Weber [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 j

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

2009-04-22 Thread John W. Eaton
On 23-Apr-2009, Rafael Laboissiere wrote: | * Thomas Weber [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 m

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

2009-04-22 Thread Rafael Laboissiere
* Thomas Weber [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. > > Uh, yes.

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

2009-04-22 Thread Thomas Weber
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, yes. Why shouldn't this work? Or in other words, how do you distingu

Bug#525113: Inconsistant complex matrix multiplication

2009-04-22 Thread Laurent Mazet
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. Regards, Laurent octave:1> [1, 0.1; 0.68358, 0.72985] * [1; 1i] ans = 1.0 + 0.0i 0.68358 + 0.0i octave:2> [1, 1i] * [1, 0.1