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

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

[Octave-bug-tracker] [bug #54527] Crash when concatenating empty element


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #54527] Crash when concatenating empty elements with sparse matrices.
Date: Fri, 17 Aug 2018 14:18:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #2, bug #54527 (project octave):

It's both about the dimensions and about the vertcat operation.

With horzcat, there is no crash


>> [sparse(1), (1:0)']
error: =: nonconformant arguments (op1 is 1x1, op2 is 0x1)
>> horzcat (sparse(1), (1:0)')
error: horzcat: =: nonconformant arguments (op1 is 1x1, op2 is 0x1)


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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