Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ min
Function
min
src/backend/cpu/math.cpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
cfloat min(cfloat lhs, cfloat rhs) { return abs(lhs) < abs(rhs) ? lhs : rhs; }
31
32
cdouble min(cdouble lhs, cdouble rhs) {
33
return abs(lhs) < abs(rhs) ? lhs : rhs;
Callers
15
updateIterations
Function · 0.70
homography
Function · 0.70
svdInPlace
Function · 0.70
diagExtract
Function · 0.70
harris
Function · 0.70
topk
Function · 0.70
orb
Function · 0.70
lu
Function · 0.70
lu_inplace
Function · 0.70
susan
Function · 0.70
qr
Function · 0.70
qr_inplace
Function · 0.70
Calls
1
abs
Function · 0.70
Tested by
no test coverage detected