Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
template<typename T>
20
T getConjugate(const T &in) {
21
// For non-complex types return same
22
return in;
23
}
24
25
template<>
26
cfloat getConjugate(const cfloat &in) {
Callers
2
transpose_conj
Function · 0.70
transpose_inplace
Function · 0.70
Calls
1
conj
Function · 0.70
Tested by
no test coverage detected