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

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

[Octave-bug-tracker] [bug #40374] incorrect broadcasting with non diagon


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #40374] incorrect broadcasting with non diagonal matrices
Date: Mon, 28 Oct 2013 03:53:07 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Update of bug #40374 (project octave):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 
              Depends on:                         => bugs #38466            

    _______________________________________________________

Follow-up Comment #1:

Yes, this looks identical to bug #38466. All of your examples that fail are
due to using arithmetic-assignment operators. If you switch to


d = d + ones (3)


there is no error. Also does not error if the size of d does not change as a
result of the operation.

Closing as a duplicate.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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