Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ imag
Function
imag
src/backend/cuda/math.hpp:269–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
__SDH__ double real(cdouble c) { return cuCreal(c); }
268
269
__SDH__ float imag(cfloat c) { return cuCimagf(c); }
270
__SDH__ double imag(cdouble c) { return cuCimag(c); }
271
272
template<typename T>
Callers
3
is_nan<cfloat>
Function · 0.70
is_nan<cdouble>
Function · 0.70
division
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected