Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ cabs
Function
cabs
src/backend/oneapi/minmax_op.hpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
template<typename T>
19
static double cabs(const T &in) {
20
return (double)in;
21
}
22
23
template<>
24
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