MCPcopy Create free account
hub / github.com/PythonOT/POT / argsort

Method argsort

ot/backend.py:1235–1236  ·  view source on GitHub ↗
(self, a, axis=-1)

Source from the content-addressed store, hash-verified

1233 return np.sort(a, axis)
1234
1235 def argsort(self, a, axis=-1):
1236 return np.argsort(a, axis)
1237
1238 def searchsorted(self, a, v, side="left"):
1239 if a.ndim == 1:

Callers 1

sort2Method · 0.95

Calls 1

argsortMethod · 0.45

Tested by

no test coverage detected