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

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

[Octave-bug-tracker] [bug #38466] incorrect broadcasting for 'a .*= b' w


From: Rik
Subject: [Octave-bug-tracker] [bug #38466] incorrect broadcasting for 'a .*= b' when b has fewer dimensions than a
Date: Sun, 2 May 2021 21:58:32 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36

Follow-up Comment #9, bug #38466 (project octave):

Still the same for me with Octave 6.2 (tested May 2nd, 2021).


octave:7> a = ones (2,2,2);
octave:8> b = ones (2,1);
octave:9> a .*= b
error: .*=: nonconformant arguments (op1 is 2x2x2, op2 is 2x1)


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?38466>

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




reply via email to

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