File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1+ .. currentmodule :: dpnp
2+
13Set routines
24============
35
4- .. https://numpy.org/doc/stable/reference/routines.set.html
6+ .. hint :: `NumPy API Reference: Set routines < https://numpy.org/doc/stable/reference/routines.set.html>`_
57
68Making proper sets
79------------------
810.. autosummary ::
911 :toctree: generated/
1012 :nosignatures:
1113
12- dpnp. unique
13- dpnp. unique_all
14- dpnp. unique_counts
15- dpnp. unique_inverse
16- dpnp. unique_values
14+ unique
15+ unique_all
16+ unique_counts
17+ unique_inverse
18+ unique_values
1719
1820Boolean operations
1921------------------
2022.. autosummary ::
2123 :toctree: generated/
2224 :nosignatures:
2325
24- dpnp. in1d
25- dpnp. intersect1d
26- dpnp. isin
27- dpnp. setdiff1d
28- dpnp. setxor1d
29- dpnp. union1d
26+ in1d
27+ intersect1d
28+ isin
29+ setdiff1d
30+ setxor1d
31+ union1d
You can’t perform that action at this time.
0 commit comments