Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
array mul(const array &in, const int dim) { return product(in, dim); }
78
79
array min(const array &in, const int dim) {
80
af_array out = 0;
Callers
nothing calls this directly
Calls
1
product
Function · 0.85
Tested by
no test coverage detected