Page 1 of 1

Array Analysis

Posted: 13 Jan 2016, 16:15
by ToddDurant
Add Sum of all numbers in the array to the Analysis output.

Re: Array Analysis

Posted: 15 Jan 2016, 04:35
by TVM Cracklings
Just being curious, in what case would you want that?

You could just multiply that matrix twice with [1,1,1,1], with the second multiplication being dot product, then you'll end up with the sum of all numbers in a 4x4 matrix.

-C