octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex produ


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #34822] Mingw panics on a simple complex product
Date: Sat, 24 Dec 2011 22:59:00 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2

Follow-up Comment #5, bug #34822 (project octave):

I have tested on my PC at home using libblas from ATLAS-3.9.19.
This ATLAS blas was made by the used PC itself.

The test

m=10000;
n=32;
temp=randn(m,n)+i*randn(m,n);
b=temp'*temp;


did not cause error.

I think that the phenomena come from the combination of the blas and the CPU
used.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]