Description of fast matrix multiplication algorithm: ⟨2×4×11:70⟩

Algorithm type

2X2Y4Z2+16X2Y2Z2+6XY4Z+16XY3Z+2XY2Z+28XYZ2X2Y4Z216X2Y2Z26XY4Z16XY3Z2XY2Z28XYZ2*X^2*Y^4*Z^2+16*X^2*Y^2*Z^2+6*X*Y^4*Z+16*X*Y^3*Z+2*X*Y^2*Z+28*X*Y*Z

Algorithm definition

The algorithm ⟨2×4×11:70⟩ 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