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

Function setIntersect

src/api/c/set.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115template<typename T>
116static inline af_array setIntersect(const af_array first, const af_array second,
117 const bool is_unique) {
118 return getHandle(
119 setIntersect(getArray<T>(first), getArray<T>(second), is_unique));
120}
121
122af_err af_set_intersect(af_array* out, const af_array first,
123 const af_array second, const bool is_unique) {

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected