mapreducedim
mapreducedim(f, op, A, dims[, initial])
Evaluates to the same as reducedim(op, map(f, A), dims, f(initial))
, but is generally faster because the intermediate array is avoided.
Examples
See Also
foldl, foldr, mapfoldl, mapfoldr, mapreduce, mapreducedim,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.