🤖 AI Summary
该论文提出了一种使用48次乘法和216次其他运算的快速4x4矩阵乘法算法,并通过递归应用及基变换优化,降低了计算复杂度。
📝 Abstract
We present a fast algorithm for multiplying two 4x4 matrices using 48 multiplications and 216 other operations (addition, subtraction or scaling by a constant) over any ring containing an inverse of 2. Applied recursively, this algorithm reaches a cost bound with leading term $7.75 n^{\log_4(48)}$. This is, up to our knowledge, the best-known leading constant in the cost for matrix multiplication algorithms with exponent $log_4(48)$. We further present an alternative basis version of this algorithm, reducing the leading term to $6.5 n^{\log_4(48)}$ by minimizing the extra cost after the change of basis.