Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ f
Function
f
test/test_solvers.py:297–298 ·
view source on GitHub ↗
(G)
Source
from the content-addressed store, hash-verified
295
if
reg_type ==
"tuple"
:
296
297
def
f(G):
298
return
np.sum(G**2)
299
300
def
df(G):
301
return
2 * G
Callers
nothing calls this directly
Calls
1
sum
Method · 0.45
Tested by
no test coverage detected