selectperm!
selectperm!(ix, v, k, [alg=
Like selectperm
, but accepts a preallocated index vector ix
. If initialized
is false
(the default), ix is initialized to contain the values 1:length(ix)
.
Examples
See Also
complement, complement!, intersect, intersect!, issubset, selectperm, selectperm!, Set, setdiff, setdiff!, symdiff, union, union!,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.