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

Function setUnion

src/api/c/set.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67template<typename T>
68static inline af_array setUnion(const af_array first, const af_array second,
69 const bool is_unique) {
70 return getHandle(
71 setUnion(getArray<T>(first), getArray<T>(second), is_unique));
72}
73
74af_err af_set_union(af_array* out, const af_array first, const af_array second,
75 const bool is_unique) {

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected