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

Function mul

src/api/cpp/reduce.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77array mul(const array &in, const int dim) { return product(in, dim); }
78
79array min(const array &in, const int dim) {
80 af_array out = 0;

Callers

nothing calls this directly

Calls 1

productFunction · 0.85

Tested by

no test coverage detected