Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ max
Function
max
src/backend/cpu/math.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
cfloat max(cfloat lhs, cfloat rhs) { return abs(lhs) > abs(rhs) ? lhs : rhs; }
37
38
cdouble max(cdouble lhs, cdouble rhs) {
39
return abs(lhs) > abs(rhs) ? lhs : rhs;
Callers
15
updateIterations
Function · 0.70
findBestHomography
Function · 0.70
setIntersect
Function · 0.70
qr
Function · 0.70
solve
Function · 0.70
BinaryNode
Method · 0.50
non_maximal
Function · 0.50
bilateral
Function · 0.50
operator()
Method · 0.50
morph3d
Function · 0.50
rgb2hsv
Function · 0.50
locate_features
Function · 0.50
Calls
1
abs
Function · 0.70
Tested by
no test coverage detected