numpy.ma.MaskedArray.searchsorted — NumPy v1.11 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.11 Manual
- NumPy Reference
- Array objects
- Masked arrays
- Constants of the numpy.ma module
- index
- next
- previous
MaskedArray.searchsorted(v, side='left', sorter=None)¶
Find indices where elements of v should be inserted in a to maintain order.
For full documentation, see numpy.searchsorted
See also
equivalent function