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

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

[Octave-patch-tracker] [patch #8983] automatic broadcasting for assignme


From: Carnë Draug
Subject: [Octave-patch-tracker] [patch #8983] automatic broadcasting for assignment operations
Date: Sat, 16 Apr 2016 19:25:12 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.7.1

URL:
  <http://savannah.gnu.org/patch/?8983>

                 Summary: automatic broadcasting for assignment operations
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Sat 16 Apr 2016 19:25:11 GMT
                Category: None
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
        Operating System: None

    _______________________________________________________

Details:

Just like we support assignment to arrays with a scalar:


a = zeros (3, 4);
a(:,:) = 5;


It would be nice we could also broadcast for assignment, like so:


a = zeros (3, 4);
a(:,:) = [0:3];


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 04 Aug 2004 13:59:59 GMT  By: Gopal.V <t3rmin4t0r>
The test case works :)

-------------------------------------------------------
Date: Sat 31 Jul 2004 16:20:52 GMT  By: Gopal.V <t3rmin4t0r>
The window moves properly if the SetBounds is done after the TopLevelWindow is
on screen.





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 17 May 2004 12:32:08 GMT  Name: t2.cs  Size: 1kB   By: None
Test program that has SetBounds() and Location. Either one should move the
window.
<http://savannah.gnu.org/bugs/download.php?file_id=1320>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8983>

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




reply via email to

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