Description of fast matrix multiplication algorithm: ⟨4×6×16:276⟩

Algorithm type

8X4Y4Z4+8X2Y6Z2+8X2Y4Z2+X2Y3Z2+67X2Y2Z2+54XY3Z+63XY2Z+67XYZ8X4Y4Z48X2Y6Z28X2Y4Z2X2Y3Z267X2Y2Z254XY3Z63XY2Z67XYZ8*X^4*Y^4*Z^4+8*X^2*Y^6*Z^2+8*X^2*Y^4*Z^2+X^2*Y^3*Z^2+67*X^2*Y^2*Z^2+54*X*Y^3*Z+63*X*Y^2*Z+67*X*Y*Z

Algorithm definition

The algorithm ⟨4×6×16:276⟩ 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