.. 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/misc/xset_operation.hpp`` ``xt::searchsorted(a, v, right)`` returns insertion indices for values ``v`` in the sorted array ``a``. Available functions ------------------- - ``xt::isin(element, test_elements)`` - ``xt::in1d(element, test_elements)`` - ``xt::isin(element, begin, end)`` - ``xt::in1d(element, begin, end)``