MCPcopy Create free account
hub / github.com/dask/dask / _b_init

Function _b_init

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

Source from the content-addressed store, hash-verified

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

Callers 1

solve_triangularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected