Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getConjugate
Function
getConjugate
src/backend/oneapi/kernel/transpose.hpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template<typename T>
33
T getConjugate(const T &in) {
34
// For non-complex types return same
35
return in;
36
}
37
38
template<>
39
cfloat getConjugate(const cfloat &in) {
Callers
1
operator()
Method · 0.70
Calls
1
conj
Function · 0.50
Tested by
no test coverage detected