Description of fast matrix multiplication algorithm: ⟨6×6×13:315⟩

Algorithm type

9X4Y4Z4+32X2Y4Z4+32X2Y4Z3+32X2Y3Z4+48XY4Z4+2X2Y4Z2+10X2Y2Z4+48XY4Z3+48XY3Z4+30X2Y2Z2+4X2Y2Z+4X2YZ2+4X2YZ+4XY2Z+4XYZ2+4XYZ9X4Y4Z432X2Y4Z432X2Y4Z332X2Y3Z448XY4Z42X2Y4Z210X2Y2Z448XY4Z348XY3Z430X2Y2Z24X2Y2Z4X2YZ24X2YZ4XY2Z4XYZ24XYZ9*X^4*Y^4*Z^4+32*X^2*Y^4*Z^4+32*X^2*Y^4*Z^3+32*X^2*Y^3*Z^4+48*X*Y^4*Z^4+2*X^2*Y^4*Z^2+10*X^2*Y^2*Z^4+48*X*Y^4*Z^3+48*X*Y^3*Z^4+30*X^2*Y^2*Z^2+4*X^2*Y^2*Z+4*X^2*Y*Z^2+4*X^2*Y*Z+4*X*Y^2*Z+4*X*Y*Z^2+4*X*Y*Z

Algorithm definition

The algorithm ⟨6×6×13:315⟩ is taken from:

Andrew I. Perminov. FastMatrixMultiplication, GitHub, February 2026. [ GitHub repository ]

Algorithm description

These encodings are given in compressed text format using the maple computer algebra system. In each cases, the last line could be understood as a description of the encoding with respect to classical matrix multiplication algorithm. As these outputs are structured, one can construct easily a parser to its favorite format using the maple documentation without this software.


Back to main table