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

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

[Octave-bug-tracker] [bug #35787] Diagonal matrices don't broadcast


From: CH
Subject: [Octave-bug-tracker] [bug #35787] Diagonal matrices don't broadcast
Date: Sun, 21 Sep 2014 10:32:31 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0

Follow-up Comment #3, bug #35787 (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

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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