module documentation

Undocumented

Function argsort Array API compatible wrapper for np.argsort.
Function sort Array API compatible wrapper for np.sort.
def argsort(x: Array, /, *, axis: int = -1, descending: bool = False, stable: bool = True) -> Array: (source)

Array API compatible wrapper for np.argsort.

See its docstring for more information.

def sort(x: Array, /, *, axis: int = -1, descending: bool = False, stable: bool = True) -> Array: (source)

Array API compatible wrapper for np.sort.

See its docstring for more information.