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

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

[Octave-bug-tracker] [bug #46856] Add 'stable' flag for `unique` and rel


From: Luis Mendo
Subject: [Octave-bug-tracker] [bug #46856] Add 'stable' flag for `unique` and related fiunctions?
Date: Wed, 10 Feb 2016 20:50:49 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36

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

Sorry for the delay. I have attached my modified functions for `union`, 
`intersect`, `setdiff`,  `setxor`. They add support for the `'stable'` input
flag, but with the following limitations:

- They only work in the single-output case
- They are not a replacement for the builtin functions. Rather, they intercept
them, do the necessary changes, and call the builtin functions to do most of
the work

(file #36302, file #36303, file #36304, file #36305)
    _______________________________________________________

Additional Item Attachment:

File name: union_comp.m                   Size:1 KB
File name: intersect_comp.m               Size:1 KB
File name: setdiff_comp.m                 Size:1 KB
File name: setxor_comp.m                  Size:1 KB


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Mensaje enviado vía/por Savannah
  http://savannah.gnu.org/




reply via email to

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