Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ sort
Method
sort
ot/backend.py:2597–2598 ·
view source on GitHub ↗
(self, a, axis=-1)
Source
from the content-addressed store, hash-verified
2595
return
cp.einsum(subscripts, *operands)
2596
2597
def
sort(self, a, axis=-1):
2598
return
cp.sort(a, axis)
2599
2600
def
argsort(self, a, axis=-1):
2601
return
cp.argsort(a, axis)
Callers
1
sort2
Method · 0.95
Calls
1
sort
Method · 0.45
Tested by
no test coverage detected