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

.. currentmodule:: numpy

.. autosummary::
   :toctree: generated/

   lib.arraysetops

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

   unique

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

   in1d
   intersect1d
   isin
   setdiff1d
   setxor1d
   union1d