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

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

[Octave-bug-tracker] [bug #41512] max() of sparse logical matrix fails


From: Rik
Subject: [Octave-bug-tracker] [bug #41512] max() of sparse logical matrix fails
Date: Sat, 08 Feb 2014 22:38:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Update of bug #41512 (project octave):

              Item Group:    Matlab Compatibility => Regression             
                  Status:                    None => Confirmed              
                 Summary: Take max of sparse logical matrix => max() of sparse
logical matrix fails

    _______________________________________________________

Follow-up Comment #2:

Confirmed.  This is actually a regression that happened sometime between 3.2.4
and 3.4.3.  Even in 3.2.4 the behavior isn't totally perfect because the
return value j should be a sparse matrix.

3.2.4 example code:


[i,j]=max(sparse(true)) 
i = Compressed Column Sparse (rows = 1, cols = 1, nnz = 1 [1e+02%])

  (1, 1) ->  1
j =  1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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