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

Method floor

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

Source from the content-addressed store, hash-verified

2850 return cp.tile(a, reps)
2851
2852 def floor(self, a):
2853 return cp.floor(a)
2854
2855 def prod(self, a, axis=0):
2856 return cp.prod(a, axis=axis)

Callers

nothing calls this directly

Calls 1

floorMethod · 0.45

Tested by

no test coverage detected