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