Hello,
I have a 3 dimension array. On the 10 rows i have 10 coefficients. On the collums i have an index representig the data for whitch the coefficients were built. On the third dimension, the page, i have, basically, the time evolution of the index-coefficient structure. What i need to do is make a simple sum like this: for each row-collum combination i have to sum the corresponding elements on the pages. I do not know hot to do this...
Can anyone help me please?