http://www.perlmonks.org?node_id=1028528


in reply to Re: Strassen's Algorithm for Matrix Multiplication
in thread Strassen's Algorithm for Matrix Multiplication

My bad re missing link.

That seems to be what they've done in the MCE code example. What I don't get is this argument $tam (used both in perl and C). It says in the C code this has something to do with the "length of the matrix" but a matrix has two dimensions, so I'm not sure what they mean by "length." This is what made me think they were setting up some kind of fixed size test data.