Tagged Questions
5
votes
3answers
225 views
Multidimensional array reduction through summation over one of its dimensions
1. Introduction
I am using an array of dimension 3 (might become more) to store some values. I would like to implement a function that takes as argument the array and a couple of numbers smaller than ...