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

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

[Octave-bug-tracker] [bug #42576] rem gives incorrect result on sparse d


From: Johan Löfberg
Subject: [Octave-bug-tracker] [bug #42576] rem gives incorrect result on sparse data
Date: Tue, 17 Jun 2014 13:31:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #1, bug #42576 (project octave):

Hmm, system seem to have removed the code in my original post as I cannot see
it in the discussion below

++
>> rem([1 2 3 4],2)
ans =

   1   0   1   0

>> full(rem(sparse([1 2 3 4]),2))
ans =

   0   0   0   0
--


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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