Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ qr
Method
qr
ot/backend.py:3318–3319 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
3316
return
self.sort(a, axis), self.argsort(a, axis)
3317
3318
def
qr(self, a):
3319
return
tf.linalg.qr(a)
3320
3321
def
atan2(self, a, b):
3322
return
tf.math.atan2(a, b)
Callers
nothing calls this directly
Calls
1
qr
Method · 0.45
Tested by
no test coverage detected