MCPcopy
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
1286def _conj_transpose(a):
1287 # Note: conj() is a no-op for real dtypes
1288 return np.transpose(a).conj()
1289
1290
1291def _cholesky_lower(a):

Callers

nothing calls this directly

Calls 2

conjMethod · 0.45
transposeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…