MCPcopy 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}
132template<typename T>
133inline T minval() {
134 return std::numeric_limits<T>::min();
135}
136template<>
137inline float maxval() {
138 return std::numeric_limits<float>::infinity();

Callers

nothing calls this directly

Calls 2

infinityFunction · 0.85
minFunction · 0.70

Tested by

no test coverage detected