strassen's matrix multiplication algorithm implementation in javascript

323 Views Asked by At

I was trying to figure out how to implement this algorithm in javascript but I got really confused in this part:

Divide the input matrices A and B and output matrix C into n/2 * n/2 submatrices.

Can anyone help?

0

There are 0 best solutions below