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

Method pinv

ot/backend.py:2820–2821  ·  view source on GitHub ↗
(self, a, hermitian=False)

Source from the content-addressed store, hash-verified

2818 return cp.linalg.inv(a)
2819
2820 def pinv(self, a, hermitian=False):
2821 return cp.linalg.pinv(a)
2822
2823 def sqrtm(self, a):
2824 L, V = cp.linalg.eigh(a)

Callers

nothing calls this directly

Calls 1

pinvMethod · 0.45

Tested by

no test coverage detected