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

Method qr

ot/backend.py:2861–2862  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

2859 return self.sort(a, axis), self.argsort(a, axis)
2860
2861 def qr(self, a):
2862 return cp.linalg.qr(a)
2863
2864 def atan2(self, a, b):
2865 return cp.arctan2(a, b)

Callers

nothing calls this directly

Calls 1

qrMethod · 0.45

Tested by

no test coverage detected