Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ max
Function
max
src/backend/oneapi/math.hpp:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
template<typename T>
44
static inline T max(T lhs, T rhs) {
45
return std::max(lhs, rhs);
46
}
47
48
template<typename T>
49
static inline T division(T lhs, double rhs) {
Callers
15
setIntersect
Function · 0.70
createSelectNode
Function · 0.70
qr
Function · 0.70
maxval
Function · 0.70
operator()
Method · 0.50
bilateral
Function · 0.50
getFloat01
Function · 0.50
getFloatNegative11
Function · 0.50
getDouble01
Function · 0.50
random_engine_write.hpp
File · 0.50
reduce_first_default
Function · 0.50
mean_first
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected