Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_product
Function
af_product
src/api/c/reduce.cpp:473–475 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
471
}
472
473
af_err af_product(af_array *out, const af_array in, const int dim) {
474
return reduce_promote<af_mul_t>(out, in, dim);
475
}
476
477
af_err af_sum_nan(af_array *out, const af_array in, const int dim,
478
const double nanval) {
Callers
1
product
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected