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

Function setIntersect

src/api/cpp/set.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42array setIntersect(const array &first, const array &second,
43 const bool is_unique) {
44 af_array out = 0;
45 AF_THROW(af_set_intersect(&out, first.get(), second.get(), is_unique));
46 return array(out);
47}
48
49} // namespace af

Callers 1

setintersectFunction · 0.70

Calls 3

af_set_intersectFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected