Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-26 Thread Rafael Laboissiere
* Thomas Weber [EMAIL PROTECTED] [2007-04-25 22:19]: Rafael, should we add a Recommends: atlas3-base to Octave? Okay with me. -- Rafael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-25 Thread Thomas Weber
Am Montag, 23. April 2007 22:01:44 schrieb Alois Schlögl: Thomas Weber wrote: I guess the best fix for this problem is installing one of the atlas3-* packages. Yes, I agree. Setting the dependences accordingly would solve the problem for the debian users of octave. Well, we actually have

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-25 Thread Alois Schlögl
Thomas Weber wrote: Am Montag, 23. April 2007 22:01:44 schrieb Alois Schlögl: Thomas Weber wrote: I guess the best fix for this problem is installing one of the atlas3-* packages. Yes, I agree. Setting the dependences accordingly would solve the problem for the debian users of

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-25 Thread Thomas Weber
Am Mittwoch, 25. April 2007 21:57 schrieb Alois Schlögl: The problem is: if you already have lapack installed, atlas3 won't be installed. Do you have OpenOffice.org on the same machine? Yes, OO is installed. openoffice.org-calc depends on libufsparse which depends on lapack3 |

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-23 Thread Alois Schlögl
Thomas Weber wrote: Hi, Am Montag, 16. April 2007 17:32 schrieb Alois Schloegl: One expects that a matrix multiplication (A*B)' gives the same result than for (B'*A'). This is not the case for the debian octave package (tested with 2.9.10-3 and 2.1.73-13) Here is the test script:

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-20 Thread Alois Schloegl
Original-Nachricht Datum: Mon, 16 Apr 2007 21:38:12 +0200 Von: Thomas Weber [EMAIL PROTECTED] An: Alois Schloegl [EMAIL PROTECTED], [EMAIL PROTECTED] Betreff: Re: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication Hi, Am Montag, 16. April 2007 17:32

Bug#419556: [Pkg-octave-devel] Bug#419556: ambigous results in matrix multipliication

2007-04-16 Thread Thomas Weber
Hi, Am Montag, 16. April 2007 17:32 schrieb Alois Schloegl: One expects that a matrix multiplication (A*B)' gives the same result than for (B'*A'). This is not the case for the debian octave package (tested with 2.9.10-3 and 2.1.73-13) Here is the test script: repmat(0,2)*repmat(NaN,2)