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

Function af_max_all

src/api/c/reduce.cpp:870–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870af_err af_max_all(double *real, double *imag, const af_array in) {
871 return reduce_all_common<af_max_t>(real, imag, in);
872}
873
874af_err af_max_all_array(af_array *out, const af_array in) {
875 return reduce_all_common_array<af_max_t>(out, in);

Callers 6

iterDeconvImageTestFunction · 0.85
invDeconvImageTestFunction · 0.85
imageTestFunction · 0.85
af_save_imageFunction · 0.85
af_save_image_memoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected