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

Function setUnique

src/api/c/set.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template<typename T>
28static inline af_array setUnique(const af_array in, const bool is_sorted) {
29 return getHandle(setUnique(getArray<T>(in), is_sorted));
30}
31
32af_err af_set_unique(af_array* out, const af_array in, const bool is_sorted) {
33 try {

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected