module documentation

Undocumented

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

Array API compatible wrapper for np.argsort.

See its docstring for more information.

Parameters
x:ArrayUndocumented
axis:intUndocumented
descending:boolUndocumented
stable:boolUndocumented
Returns
ArrayUndocumented
def sort(x, /, *, axis=-1, descending=False, stable=True):

Array API compatible wrapper for np.sort.

See its docstring for more information.

Parameters
x:ArrayUndocumented
axis:intUndocumented
descending:boolUndocumented
stable:boolUndocumented
Returns
ArrayUndocumented