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