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

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

[Octave-bug-tracker] [bug #36562] Sparse matrix operations with NaN do n


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #36562] Sparse matrix operations with NaN do not follow IEEE standard
Date: Mon, 21 Nov 2016 17:49:15 +0000 (UTC)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:50.0) Gecko/20100101 Firefox/50.0

Follow-up Comment #6, bug #36562 (project octave):


Matlab R2016a:

>> xs = sparse ([1 0; 0 2]);
ys = sparse ([1 NaN; 0 0]);
xs .* ys

ans =

   (1,1)        1
   (1,2)      NaN


Rik, I understand your suggestion may not be worse than the current status,
but it seems the memory issue does happen in Matlab.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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