Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ minval
Function
minval
src/backend/oneapi/math.hpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
template<typename T>
133
inline T minval() {
134
return std::numeric_limits<T>::min();
135
}
136
template<>
137
inline float maxval() {
138
return std::numeric_limits<float>::infinity();
Callers
nothing calls this directly
Calls
2
infinity
Function · 0.85
min
Function · 0.70
Tested by
no test coverage detected