dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.51k stars 548 forks source link

`np.searchsorted` not support #202

Closed hhr114 closed 11 months ago

hhr114 commented 11 months ago

Is your feature request related to a problem? Please describe.

Binary search

Describe the solution you'd like

idx = numpy.searchsorted(a, v, side='left')