[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #41441] Broadcasting does not behave properly
From: |
CH |
Subject: |
[Octave-bug-tracker] [bug #41441] Broadcasting does not behave properly on sparse matrices |
Date: |
Sun, 21 Sep 2014 10:36:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 |
Follow-up Comment #2, bug #41441 (project octave):
I encountered something similar with automatic broadcasting and sparse
vectors:
ones(3,10).*[0;2;0] # works as expected
ones(3,10).*sparse(2,1,2,3,1) # does not work
and yields the following error message:
error: product: nonconformant arguments (op1 is 3x10, op2 is 3x1)
I am on version 3.8.1
Sorry for the double post in ( https://savannah.gnu.org/bugs/?35787 ), feels
free to removeone of them.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41441>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #41441] Broadcasting does not behave properly on sparse matrices,
CH <=