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

Function af_min_all

src/api/c/reduce.cpp:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862af_err af_min_all(double *real, double *imag, const af_array in) {
863 return reduce_all_common<af_min_t>(real, imag, in);
864}
865
866af_err af_min_all_array(af_array *out, const af_array in) {
867 return reduce_all_common_array<af_min_t>(out, in);

Callers 4

iterDeconvImageTestFunction · 0.85
invDeconvImageTestFunction · 0.85
imageTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected