Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ cabs
Function
cabs
src/backend/cuda/minmax_op.hpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
template<typename T>
18
static double cabs(const T &in) {
19
return (double)in;
20
}
21
22
template<>
23
double cabs<char>(const char &in) {
Callers
2
operator()
Method · 0.70
operator()
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected