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

Method trace

ot/backend.py:3269–3270  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

3267 return tf.linalg.solve(a, b)
3268
3269 def trace(self, a):
3270 return tf.linalg.trace(a)
3271
3272 def inv(self, a):
3273 return tf.linalg.inv(a)

Callers

nothing calls this directly

Calls 1

traceMethod · 0.45

Tested by

no test coverage detected