Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ cdouble>
Method
cdouble>
test/testHelpers.hpp:201–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
template<>
201
inline double real<af::cdouble>(af::cdouble val) {
202
return real(val);
203
}
204
template<>
205
inline double real<af::cfloat>(af::cfloat val) {
206
return real(val);
Callers
nothing calls this directly
Calls
2
real
Function · 0.70
imag
Function · 0.70
Tested by
no test coverage detected