|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #54527] Crash when concatenating empty elements with sparse matrices. |
| Date: | Fri, 17 Aug 2018 13:33:59 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Update of bug #54527 (project octave):
Status: None => Confirmed
_______________________________________________________
Follow-up Comment #1:
Confirmed. A one-liner test is
[sparse(1); zeros(1,0)]
Dimensions are obviously an issue because the other way works.
[sparse(1); zeros(0,1)]
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54527>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |