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

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

[Octave-bug-tracker] [bug #40287] max(max(speye(65536)))


From: Doug Stewart
Subject: [Octave-bug-tracker] [bug #40287] max(max(speye(65536)))
Date: Thu, 17 Oct 2013 11:25:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36

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

On a recent build I get:

>> max(max(speye(65536)))
ans = Compressed Column Sparse (rows = 0, cols = 0, nnz = 0)

>> max(max(speye(65537)))
ans = Compressed Column Sparse (rows = 1, cols = 1, nnz = 1 [100%])

  (1, 1) ->  1
>> max(max(speye(65535)))
ans = Compressed Column Sparse (rows = 1, cols = 1, nnz = 1 [100%])

  (1, 1) ->  1

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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