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

Method floor

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

Source from the content-addressed store, hash-verified

1439 return np.tile(a, reps)
1440
1441 def floor(self, a):
1442 return np.floor(a)
1443
1444 def prod(self, a, axis=0):
1445 return np.prod(a, axis=axis)

Callers

nothing calls this directly

Calls 1

floorMethod · 0.45

Tested by

no test coverage detected