MatchingBackend.argsort#

abstract MatchingBackend.argsort(*args, **kwargs)[source]#

Compute the indices to sort a given input array.

Parameters:
arrBackendArray

Input array.

dtypetype

Target data type.

Returns:
BackendArray

Indices that would sort the input data.