Set routines#
Making proper sets#
| Find the unique elements of an array. |
| Find the unique elements of an array, and counts, inverse, and indices. |
Find the unique elements and counts of an input arrayx. | |
Find the unique elements ofx and indices to reconstructx. | |
Returns the unique elements of an input arrayx. |
Boolean operations#
| Find the intersection of two arrays. |
| Calculates |
| Find the set difference of two arrays. |
| Find the set exclusive-or of two arrays. |
| Find the union of two arrays. |
On this page