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

Method solve

ot/backend.py:2811–2812  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

2809 return results
2810
2811 def solve(self, a, b):
2812 return cp.linalg.solve(a, b)
2813
2814 def trace(self, a):
2815 return cp.trace(a, axis1=-2, axis2=-1)

Callers

nothing calls this directly

Calls 1

solveMethod · 0.45

Tested by

no test coverage detected