Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ conj
Function
conj
src/backend/cpu/kernel/dot.hpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
template<typename T>
19
T conj(T x) {
20
return x;
21
}
22
23
template<>
24
cfloat conj<cfloat>(cfloat c) {
Callers
4
conj<cfloat>
Function · 0.70
conj<cdouble>
Function · 0.70
dot
Function · 0.70
getConjugate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected