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

Function _b_init

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

Source from the content-addressed store, hash-verified

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

Callers 1

solve_triangularFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected