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

Function conj

src/backend/cpu/kernel/dot.hpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18template<typename T>
19T conj(T x) {
20 return x;
21}
22
23template<>
24cfloat conj<cfloat>(cfloat c) {

Callers 4

conj<cfloat>Function · 0.70
conj<cdouble>Function · 0.70
dotFunction · 0.70
getConjugateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected