|   |  | 
Find unique values from an input. More...
| Functions | |
| AFAPI array | setUnique (const array &in, const bool is_sorted=false) | 
| C++ Interface for getting unique values.  More... | |
| AFAPI af_err | af_set_unique (af_array *out, const af_array in, const bool is_sorted) | 
| C Interface for getting unique values.  More... | |
| AFAPI array | setunique (const array &in, const bool is_sorted=false) | 
| C++ Interface for getting unique values.  More... | |
Find unique values from an input.
C Interface for getting unique values.
| [out] | out | will contain the unique values from in | 
| [in] | in | is the input array | 
| [in] | is_sorted | if true, skips the sorting steps internally | 
C++ Interface for getting unique values.
| [in] | in | is the input array | 
| [in] | is_sorted | if true, skips the sorting steps internally | 
in