MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getConjugate

Function getConjugate

src/backend/oneapi/kernel/transpose.hpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<typename T>
33T getConjugate(const T &in) {
34 // For non-complex types return same
35 return in;
36}
37
38template<>
39cfloat getConjugate(const cfloat &in) {

Callers 1

operator()Method · 0.70

Calls 1

conjFunction · 0.50

Tested by

no test coverage detected