Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ inv
Method
inv
ot/backend.py:3272–3273 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
3270
return
tf.linalg.trace(a)
3271
3272
def
inv(self, a):
3273
return
tf.linalg.inv(a)
3274
3275
def
pinv(self, a, hermitian=False):
3276
return
tf.linalg.pinv(a)
Callers
nothing calls this directly
Calls
1
inv
Method · 0.45
Tested by
no test coverage detected