File: xset_operation.rst

package info (click to toggle)
xtensor 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,476 kB
  • sloc: cpp: 65,302; makefile: 202; python: 171; javascript: 8
file content (27 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
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
.. Copyright (c) 2016, Johan Mabille, Sylvain Corlay and Wolf Vollprecht

   Distributed under the terms of the BSD 3-Clause License.

   The full license is in the file LICENSE, distributed with this software.

xset_operation
==============

Defined in ``xtensor/xset_operation.hpp``

.. doxygenenum:: xt::isin(E&&, F&&)

.. doxygenenum:: xt::in1d(E&&, F&&)

.. doxygenenum:: xt::searchsorted(E1&&, E2&&, bool)

Further overloads
-----------------

.. doxygenenum:: xt::isin(E&&, std::initializer_list<T>)

.. doxygenenum:: xt::isin(E&&, I&&, I&&)

.. doxygenenum:: xt::in1d(E&&, std::initializer_list<T>)

.. doxygenenum:: xt::in1d(E&&, I&&, I&&)