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

Function setunion

src/api/cpp/set.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27array setunion(const array &first, const array &second, const bool is_unique) {
28 return setUnion(first, second, is_unique);
29}
30
31array setUnion(const array &first, const array &second, const bool is_unique) {
32 af_array out = 0;

Callers

nothing calls this directly

Calls 1

setUnionFunction · 0.70

Tested by

no test coverage detected