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

Method sort

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

Source from the content-addressed store, hash-verified

3037 return tnp.einsum(subscripts, *operands)
3038
3039 def sort(self, a, axis=-1):
3040 return tnp.sort(a, axis)
3041
3042 def argsort(self, a, axis=-1):
3043 return tnp.argsort(a, axis)

Callers 1

sort2Method · 0.95

Calls 1

sortMethod · 0.45

Tested by

no test coverage detected