MCPcopy 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}
200template<>
201inline double real<af::cdouble>(af::cdouble val) {
202 return real(val);
203}
204template<>
205inline double real<af::cfloat>(af::cfloat val) {
206 return real(val);

Callers

nothing calls this directly

Calls 2

realFunction · 0.70
imagFunction · 0.70

Tested by

no test coverage detected