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

Function min

src/backend/oneapi/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

diagExtractFunction · 0.70
luFunction · 0.70
lu_inplaceFunction · 0.70
qrFunction · 0.70
qr_inplaceFunction · 0.70
minvalFunction · 0.70
generalSolveFunction · 0.70
leastSquaresFunction · 0.70
unwrapFunction · 0.50
getHalf01Function · 0.50
getHalfNegative11Function · 0.50
copyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected