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

Function setUnion

src/api/cpp/set.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31array setUnion(const array &first, const array &second, const bool is_unique) {
32 af_array out = 0;
33 AF_THROW(af_set_union(&out, first.get(), second.get(), is_unique));
34 return array(out);
35}
36
37array setintersect(const array &first, const array &second,
38 const bool is_unique) {

Callers 1

setunionFunction · 0.70

Calls 3

af_set_unionFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected