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

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

[Octave-bug-tracker] [bug #42116] "out of memory or dimension too large"


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #42116] "out of memory or dimension too large" regression going from 3.6.3 to 3.8.1
Date: Mon, 14 Apr 2014 14:08:22 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:28.0) Gecko/20100101 Firefox/28.0

Update of bug #42116 (project octave):

              Item Group:              Regression => Incorrect Result       

    _______________________________________________________

Follow-up Comment #2:

On the other hand I agree that 


y = speye (50000); nnz (50000)


should return 50e4
and 


y = speye (50000); numel (50000)


should return 50e4^4 = 2.5000e+11
rather than fail.

so this looks like a bug not a regression
because the current result may be wrong but
the older one was just as bad.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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