MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / cfloat>

Method cfloat>

test/testHelpers.hpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204template<>
205inline double real<af::cfloat>(af::cfloat val) {
206 return real(val);
207}
208
209template<typename T>
210inline double imag(T val) {

Callers

nothing calls this directly

Calls 2

realFunction · 0.70
imagFunction · 0.70

Tested by

no test coverage detected