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

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

[Octave-bug-tracker] [bug #47085] automatic broadcasting with zero lengt


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #47085] automatic broadcasting with zero length dimensions
Date: Sun, 07 Feb 2016 22:43:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.0

URL:
  <http://savannah.gnu.org/bugs/?47085>

                 Summary: automatic broadcasting with zero length dimensions
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Sun 07 Feb 2016 22:43:44 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I could swear this had been reported before but I can't find it.  Maybe it was
just mentioned on the mailing list.

Automatic broadcast fails when one of the dimensions is zero.  It may sound
silly but I kinda like how elegant Octave handles dimensions of length 0.


> bsxfun (@plus, [1 2 3], zeros (0, 3))
ans = [](0x3)
> [1 2 3] .+ zeros (0, 3)
error: operator +: nonconformant arguments (op1 is 1x3, op2 is 0x3)





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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