57 template<
typename dtype>
97 template<
typename dtype>
105 [&
inArray,
side](
const auto& value) { return searchsorted(inArray, value, side); });
#define STATIC_ASSERT_ARITHMETIC_OR_COMPLEX(dtype)
Definition StaticAsserts.hpp:56
Holds 1D and 2D arrays, the main work horse of the NumCpp library.
Definition NdArrayCore.hpp:139
int32 index_type
Definition NdArrayCore.hpp:157
Definition Cartesian.hpp:40
Side
Definition Enums.hpp:129
NdArray< dtype > arange(dtype inStart, dtype inStop, dtype inStep=1)
Definition arange.hpp:59
NdArray< dtype >::index_type searchsorted(const NdArray< dtype > &inArray, dtype inValue, Side side=Side::LEFT)
Definition searchsorted.hpp:59