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

Function getConjugate

src/backend/cpu/sparse_blas.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278template<typename T>
279T getConjugate(const T &in) {
280 // For non-complex types return same
281 return in;
282}
283
284template<>
285cfloat getConjugate(const cfloat &in) {

Callers 4

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

Calls 1

conjFunction · 0.70

Tested by

no test coverage detected