Description of fast matrix multiplication algorithm: ⟨4×4×15:176⟩

Algorithm type

6X3Y2Z2+X2Y2Z3+XY2Z4+2X3Y2Z+54X2Y2Z2+2X2YZ3+XY2Z3+8X3YZ+4X2YZ2+2XY3Z+4XY2Z2+10X2YZ+32XY2Z+30XYZ2+19XYZ6X3Y2Z2X2Y2Z3XY2Z42X3Y2Z54X2Y2Z22X2YZ3XY2Z38X3YZ4X2YZ22XY3Z4XY2Z210X2YZ32XY2Z30XYZ219XYZ6*X^3*Y^2*Z^2+X^2*Y^2*Z^3+X*Y^2*Z^4+2*X^3*Y^2*Z+54*X^2*Y^2*Z^2+2*X^2*Y*Z^3+X*Y^2*Z^3+8*X^3*Y*Z+4*X^2*Y*Z^2+2*X*Y^3*Z+4*X*Y^2*Z^2+10*X^2*Y*Z+32*X*Y^2*Z+30*X*Y*Z^2+19*X*Y*Z

Algorithm definition

The algorithm ⟨4×4×15:176⟩ 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