arkouda.array_api.sorting_functions¶
Functions¶
Module Contents¶
- arkouda.array_api.sorting_functions.argsort(x: arkouda.array_api.array_object.Array, /, *, axis: int = -1, descending: bool = False, stable: bool = True) arkouda.array_api.array_object.Array[source]¶
Return the indices that sort an array along a specified axis.
- Parameters:
- arkouda.array_api.sorting_functions.sort(x: arkouda.array_api.array_object.Array, /, *, axis: int = -1, descending: bool = False, stable: bool = True) arkouda.array_api.array_object.Array[source]¶
Return a sorted copy of an array along a specified axis.
- Parameters: