summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.set.rst
blob: b12d3d5f5e79ff580b34d5bd48e081d62f2d744c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Set routines
============

.. currentmodule:: numpy

Making proper sets
------------------
.. autosummary::
   :toctree: generated/

   unique

Boolean operations
------------------
.. autosummary::
   :toctree: generated/

   in1d
   intersect1d
   isin
   setdiff1d
   setxor1d
   union1d