Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
39
template<typename T>
40
static inline T min(T lhs, T rhs) {
41
return std::min(lhs, rhs);
42
}
43
template<typename T>
44
static inline T max(T lhs, T rhs) {
45
return std::max(lhs, rhs);
Callers
15
diagExtract
Function · 0.70
lu
Function · 0.70
lu_inplace
Function · 0.70
qr
Function · 0.70
qr_inplace
Function · 0.70
minval
Function · 0.70
generalSolve
Function · 0.70
leastSquares
Function · 0.70
unwrap
Function · 0.50
getHalf01
Function · 0.50
getHalfNegative11
Function · 0.50
copy
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected