Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ imag
Function
imag
test/testHelpers.hpp:210–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
209
template<typename T>
210
inline double imag(T val) {
211
return (double)val;
212
}
213
template<>
214
inline double imag<af::cdouble>(af::cdouble val) {
215
return imag(val);
Callers
15
TEST
Function · 0.70
stdevDimTest
Function · 0.70
stdevDimIndexTest
Function · 0.70
stdevAllTest
Function · 0.70
choleskyTester
Function · 0.70
cdouble>
Method · 0.70
cfloat>
Method · 0.70
BINARY_TESTS_NEAR
Function · 0.70
qrTester
Function · 0.70
sparseTester
Function · 0.70
sparseTransposeTester
Function · 0.70
TYPED_TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected