MCPcopy 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
18template<typename T>
19static double cabs(const T &in) {
20 return (double)in;
21}
22
23template<>
24double 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