MCPcopy
hub / github.com/dask/dask / tril_indices

Function tril_indices

dask/array/routines.py:2594–2595  ·  view source on GitHub ↗
(n, k=0, m=None, chunks="auto")

Source from the content-addressed store, hash-verified

2592
2593@derived_from(np)
2594def tril_indices(n, k=0, m=None, chunks="auto"):
2595 return nonzero(tri(n, m, k=k, dtype=bool, chunks=chunks))
2596
2597
2598@derived_from(np)

Callers 1

tril_indices_fromFunction · 0.85

Calls 2

triFunction · 0.90
nonzeroFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…