Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ get_val
Function
get_val
test/wrap.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
template<typename T>
53
inline double get_val(T val) {
54
return val;
55
}
56
57
template<>
58
inline double get_val<cfloat>(cfloat val) {
Callers
1
wrapTest
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected