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

Method qr

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

Source from the content-addressed store, hash-verified

1876 return self.sort(a, axis), self.argsort(a, axis)
1877
1878 def qr(self, a):
1879 return jnp.linalg.qr(a)
1880
1881 def atan2(self, a, b):
1882 return jnp.arctan2(a, b)

Callers

nothing calls this directly

Calls 1

qrMethod · 0.45

Tested by

no test coverage detected