Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ real
Function
real
test/testHelpers.hpp:197–199 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
196
template<typename T>
197
inline double real(T val) {
198
return (double)val;
199
}
200
template<>
201
inline double real<af::cdouble>(af::cdouble val) {
202
return real(val);
Callers
15
TEST
Function · 0.70
approx1CubicTest
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
ConstantCCheck
Function · 0.70
qrTester
Function · 0.70
makeSparse<cfloat>
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected