Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-deepmind/alphageometry
/ cross
Function
cross
graph_utils.py:30–31 ·
view source on GitHub ↗
(elems1, elems2)
Source
from the content-addressed store, hash-verified
28
29
30
def
cross(elems1, elems2):
31
return
list(_cross(elems1, elems2))
32
33
34
def
_comb2(elems):
Callers
nothing calls this directly
Calls
1
_cross
Function · 0.85
Tested by
no test coverage detected