Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
template<typename T>
170
static inline T imag(T in) {
171
return std::imag(in);
172
}
173
174
} // namespace oneapi
175
} // namespace arrayfire
Callers
4
print.hpp
File · 0.70
division
Function · 0.70
is_nan<cfloat>
Function · 0.70
is_nan<cdouble>
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected