MCPcopy
hub / github.com/dask/dask / _b_init

Function _b_init

dask/array/linalg.py:1154–1158  ·  view source on GitHub ↗
(i, j)

Source from the content-addressed store, hash-verified

1152 name_mdot = f"solve-tri-dot-{token}"
1153
1154 def _b_init(i, j):
1155 if b.ndim == 1:
1156 return b.name, i
1157 else:
1158 return b.name, i, j
1159
1160 def _key(i, j):
1161 if b.ndim == 1:

Callers 1

solve_triangularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…