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

Function min

test/binary_ops.hpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6template<typename T>
7static inline T min(T lhs, T rhs) {
8 return std::min(lhs, rhs);
9}
10std::complex<float> min(std::complex<float> lhs, std::complex<float> rhs);
11std::complex<double> min(std::complex<double> lhs, std::complex<double> rhs);
12

Callers 15

TESTFunction · 0.70
TESTFunction · 0.70
TYPED_TESTFunction · 0.70
print_contextFunction · 0.70
operator()Method · 0.70
initMethod · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
svdTestFunction · 0.70
svdInPlaceTestFunction · 0.70
computeArraysRMSDFunction · 0.70

Calls

no outgoing calls

Tested by 3

computeArraysRMSDFunction · 0.56
compareArraysRMSDFunction · 0.56