MCPcopy 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
272template<typename T>

Callers 3

is_nan<cfloat>Function · 0.70
is_nan<cdouble>Function · 0.70
divisionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected