Description of fast matrix multiplication algorithm: ⟨4×12×12:389⟩

Algorithm type

XY12Z+18X4Y4Z4+7X2Y8Z2+12X2Y6Z2+2X3Y4Z+38X2Y4Z2+24XY6Z+2XY4Z3+4X2Y4Z+4XY4Z2+78X2Y2Z2+7XY4Z+24XY3Z+84XY2Z+84XYZXY12Z18X4Y4Z47X2Y8Z212X2Y6Z22X3Y4Z38X2Y4Z224XY6Z2XY4Z34X2Y4Z4XY4Z278X2Y2Z27XY4Z24XY3Z84XY2Z84XYZX*Y^12*Z+18*X^4*Y^4*Z^4+7*X^2*Y^8*Z^2+12*X^2*Y^6*Z^2+2*X^3*Y^4*Z+38*X^2*Y^4*Z^2+24*X*Y^6*Z+2*X*Y^4*Z^3+4*X^2*Y^4*Z+4*X*Y^4*Z^2+78*X^2*Y^2*Z^2+7*X*Y^4*Z+24*X*Y^3*Z+84*X*Y^2*Z+84*X*Y*Z

Algorithm definition

The algorithm ⟨4×12×12:389⟩ 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