Robert Kern wrote: > Jan Strube wrote: >> I would also like to see a method that doesn't have the unique members >> requirement. >> If setmember1d cannot be modified to do that, is there another method >> that doesn't have these restrictions. Or could one be added? > > If you can write one that's reasonably efficient, yes.
Or you could just call unique1d prior to your call to setmember1d - it was meant to be used that way... you would not loose much speed that way, IMHO. r. _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
