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

Function getConjugate

src/backend/opencl/cpu/cpu_sparse_blas.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271template<typename T>
272T getConjugate(const T &in) {
273 // For non-complex types return same
274 return in;
275}
276
277template<>
278cfloat getConjugate(const cfloat &in) {

Callers 4

mvFunction · 0.70
mtvFunction · 0.70
mmFunction · 0.70
mtmFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected