Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ solve
Method
solve
ot/backend.py:1400–1401 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
1398
return
results
1399
1400
def
solve(self, a, b):
1401
return
np.linalg.solve(a, b)
1402
1403
def
trace(self, a):
1404
return
np.einsum(
"...ii"
, a)
Callers
nothing calls this directly
Calls
1
solve
Method · 0.45
Tested by
no test coverage detected