Set routines#
Set operations for arrays based on sorting. |
Making proper sets#
|
Find the unique elements of an array. |
Boolean operations#
|
Test whether each element of a 1-D array is also present in a second array. |
|
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. |