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

Method solve

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

Source from the content-addressed store, hash-verified

3264 return results
3265
3266 def solve(self, a, b):
3267 return tf.linalg.solve(a, b)
3268
3269 def trace(self, a):
3270 return tf.linalg.trace(a)

Callers

nothing calls this directly

Calls 1

solveMethod · 0.45

Tested by

no test coverage detected