MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setunique

Function setunique

src/api/cpp/set.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace af {
16
17array setunique(const array &in, const bool is_sorted) {
18 return setUnique(in, is_sorted);
19}
20
21array setUnique(const array &in, const bool is_sorted) {
22 af_array out = 0;

Callers

nothing calls this directly

Calls 1

setUniqueFunction · 0.70

Tested by

no test coverage detected