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

Function getConjugate

src/backend/oneapi/kernel/transpose_inplace.hpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename T>
29static T getConjugate(const T &in) {
30 // For non-complex types return same
31 return in;
32}
33
34template<>
35cfloat getConjugate(const cfloat &in) {

Callers

nothing calls this directly

Calls 1

conjFunction · 0.50

Tested by

no test coverage detected