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

Function real

src/backend/oneapi/math.hpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164template<typename T>
165static inline T real(T in) {
166 return std::real(in);
167}
168
169template<typename T>
170static inline T imag(T in) {

Callers 4

print.hppFile · 0.70
divisionFunction · 0.70
is_nan<cfloat>Function · 0.70
is_nan<cdouble>Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected