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