dpnp.ndarray.argsort
method
- ndarray.argsort(axis=-1, kind=None, order=None)
Return an ndarray of indices that sort the array along the specified axis.
Refer to
dpnp.argsort
for full documentation.
method
Return an ndarray of indices that sort the array along the specified axis.
Refer to dpnp.argsort
for full documentation.