MCPcopy
hub / github.com/pydata/xarray / cross

Function cross

xarray/core/duck_array_ops.py:74–76  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

72
73
74def cross(*args, **kwargs):
75 xp = get_array_namespace(*args)
76 return xp.cross(*args, **kwargs)
77
78
79def gradient(f, *varargs, axis=None, edge_order=1):

Callers

nothing calls this directly

Calls 1

get_array_namespaceFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…