Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
template<typename T>
165
static inline T real(T in) {
166
return std::real(in);
167
}
168
169
template<typename T>
170
static inline T imag(T in) {
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