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)