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: Mike Miller
Subject: [Octave-bug-tracker] [bug #35787] Diagonal matrices don't broadcast
Date: Sun, 19 Jan 2014 22:35:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Update of bug #35787 (project octave):

                Category:                    None => Libraries              
                 Release:                   3.6.1 => dev                    
        Operating System:                    *BSD => Any                    

    _______________________________________________________

Follow-up Comment #2:

Still present on the current development version of Octave (hg rev
c1baf94184af):


octave-cli:1> eye (4) .- (1:4)'
error: operator -: nonconformant arguments (op1 is 4x4, op2 is 4x1)
octave-cli:2> full (eye (4)) .- (1:4)'
warning: operator -: automatic broadcasting operation applied
ans =

   0  -1  -1  -1
  -2  -1  -2  -2
  -3  -3  -2  -3
  -4  -4  -4  -3



    _______________________________________________________

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]