Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getConjugate
Function
getConjugate
src/backend/opencl/cpu/cpu_sparse_blas.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
271
template<typename T>
272
T getConjugate(const T &in) {
273
// For non-complex types return same
274
return in;
275
}
276
277
template<>
278
cfloat getConjugate(const cfloat &in) {
Callers
4
mv
Function · 0.70
mtv
Function · 0.70
mm
Function · 0.70
mtm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected