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

Function imag

src/backend/oneapi/math.hpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169template<typename T>
170static inline T imag(T in) {
171 return std::imag(in);
172}
173
174} // namespace oneapi
175} // namespace arrayfire

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