Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ _conj_transpose
Function
_conj_transpose
dask/array/linalg.py:1286–1288 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
1284
1285
1286
def
_conj_transpose(a):
1287
# Note: conj() is a no-op for real dtypes
1288
return
np.transpose(a).conj()
1289
1290
1291
def
_cholesky_lower(a):
Callers
nothing calls this directly
Calls
2
conj
Method · 0.45
transpose
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…