Set routines¶
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 element in test_elements, broadcasting over element only. |
|
Find the set difference of two arrays. |
|
Find the set exclusive-or of two arrays. |
|
Find the union of two arrays. |