Abstract: Recently, Tang et. al. introduced an algorithm called the programmable graph architecture (PGA) algorithm for multiplying matrices in GL(n,mu), the generalized linear group of matrices ...
"""Multiply square matrices swapping Strassen with matmul. p1 = strassen_hybrid(A, F - H, k) p2 = strassen_hybrid(A + B, H, k) p3 = strassen_hybrid(C + D, E, k) p4 ...