Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ imag
Method
imag
dask/array/_array_expr/_collection.py:595–598 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
593
594
@property
595
def
imag(self):
596
from
dask.array._array_expr._ufunc
import
imag
597
598
return
imag(self)
599
600
def
conj(self):
601
""
"Complex-conjugate all elements.
Callers
2
test_arithmetic
Function · 0.45
test_cupy_core.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_arithmetic
Function · 0.36