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

Function af_product_nan

src/api/c/reduce.cpp:482–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482af_err af_product_nan(af_array *out, const af_array in, const int dim,
483 const double nanval) {
484 return reduce_promote<af_mul_t>(out, in, dim, true, nanval);
485}
486
487af_err af_count(af_array *out, const af_array in, const int dim) {
488 return reduce_type<af_notzero_t, uint>(out, in, dim);

Callers 1

productFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected