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

Function real

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

Source from the content-addressed store, hash-verified

140cdouble scalar(double val);
141
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); }

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