MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / max

Function max

test/binary_ops.hpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template<typename T>
14static inline T max(T lhs, T rhs) {
15 return std::max(lhs, rhs);
16}
17std::complex<float> max(std::complex<float> lhs, std::complex<float> rhs);
18std::complex<double> max(std::complex<double> lhs, std::complex<double> rhs);
19

Callers 15

TESTFunction · 0.70
tileRepeationsFunction · 0.70
increment_nextFunction · 0.70
initMethod · 0.70
operator()Method · 0.70
TESTFunction · 0.70
cpu_norm1_implFunction · 0.70
cpu_norm_inf_implFunction · 0.70
TESTFunction · 0.70
TEST_PFunction · 0.70
TESTFunction · 0.70
relEpsFunction · 0.70

Calls

no outgoing calls

Tested by 3

computeArraysRMSDFunction · 0.56
compareArraysRMSDFunction · 0.56