MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / imag

Function imag

src/backend/cpu/math.hpp:144–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142inline double real(cdouble in) noexcept { return std::real(in); }
143inline float real(cfloat in) noexcept { return std::real(in); }
144inline double imag(cdouble in) noexcept { return std::imag(in); }
145inline float imag(cfloat in) noexcept { return std::imag(in); }
146
147} // namespace cpu

Callers 5

operator()Method · 0.70
is_nan<cfloat>Function · 0.70
is_nan<cdouble>Function · 0.70
division<cfloat>Function · 0.70
division<cdouble>Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected