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

Function getConjugate

src/backend/cpu/kernel/transpose.hpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template<typename T>
20T getConjugate(const T &in) {
21 // For non-complex types return same
22 return in;
23}
24
25template<>
26cfloat getConjugate(const cfloat &in) {

Callers 2

transpose_conjFunction · 0.70
transpose_inplaceFunction · 0.70

Calls 1

conjFunction · 0.70

Tested by

no test coverage detected