Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getConjugate
Function
getConjugate
src/backend/cpu/sparse_blas.cpp:279–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
template<typename T>
279
T getConjugate(const T &in) {
280
// For non-complex types return same
281
return in;
282
}
283
284
template<>
285
cfloat getConjugate(const cfloat &in) {
Callers
4
mv
Function · 0.70
mtv
Function · 0.70
mm
Function · 0.70
mtm
Function · 0.70
Calls
1
conj
Function · 0.70
Tested by
no test coverage detected