Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ argsort
Method
argsort
ot/backend.py:2600–2601 ·
view source on GitHub ↗
(self, a, axis=-1)
Source
from the content-addressed store, hash-verified
2598
return
cp.sort(a, axis)
2599
2600
def
argsort(self, a, axis=-1):
2601
return
cp.argsort(a, axis)
2602
2603
def
searchsorted(self, a, v, side=
"left"
):
2604
if
a.ndim == 1:
Callers
1
sort2
Method · 0.95
Calls
1
argsort
Method · 0.45
Tested by
no test coverage detected