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

Function min

src/backend/opencl/math.hpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39template<typename T>
40static inline T min(T lhs, T rhs) {
41 return std::min(lhs, rhs);
42}
43template<typename T>
44static inline T max(T lhs, T rhs) {
45 return std::max(lhs, rhs);

Callers 15

homographyFunction · 0.70
svdFunction · 0.70
diagExtractFunction · 0.70
topkFunction · 0.70
luFunction · 0.70
lu_inplaceFunction · 0.70
passesJitHeuristicsFunction · 0.70
genLocalMethod · 0.70
susanFunction · 0.70
qrFunction · 0.70
qr_inplaceFunction · 0.70
generalSolveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected