Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ qr
Method
qr
ot/backend.py:2435–2436 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2433
return
torch.sort(a, axis)
2434
2435
def
qr(self, a):
2436
return
torch.linalg.qr(a)
2437
2438
def
atan2(self, a, b):
2439
return
torch.atan2(a, b)
Callers
nothing calls this directly
Calls
1
qr
Method · 0.45
Tested by
no test coverage detected