Multiplies two matrices faster than the standard algorithm by recursively breaking them down into sub-matrices.
Explain code with DocComment! Try out your own code!