MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_imin

Function af_imin

src/api/c/reduce.cpp:994–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992}
993
994af_err af_imin(af_array *val, af_array *idx, const af_array in, const int dim) {
995 return ireduce_common<af_min_t>(val, idx, in, dim);
996}
997
998af_err af_imax(af_array *val, af_array *idx, const af_array in, const int dim) {
999 return ireduce_common<af_max_t>(val, idx, in, dim);

Callers 1

minFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected