summaryrefslogtreecommitdiff
path: root/doc/source/reference/routines.set.rst
blob: 4c298e80fd7569acb12c8a913672b193701a079a (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/

   unique1d

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

   intersect1d
   intersect1d_nu
   setdiff1d
   setmember1d
   setxor1d
   union1d