Description of fast matrix multiplication algorithm: ⟨8×14×16:1104⟩

Algorithm type

16X4Y8Z4+24X4Y6Z4+40X4Y4Z4+28X2Y8Z2+28X2Y7Z2+4X2Y6Z2+16X2Y5Z2+136X2Y4Z2+44X2Y3Z2+192X2Y2Z2+136XY4Z+32XY3Z+160XY2Z+248XYZ16X4Y8Z424X4Y6Z440X4Y4Z428X2Y8Z228X2Y7Z24X2Y6Z216X2Y5Z2136X2Y4Z244X2Y3Z2192X2Y2Z2136XY4Z32XY3Z160XY2Z248XYZ16*X^4*Y^8*Z^4+24*X^4*Y^6*Z^4+40*X^4*Y^4*Z^4+28*X^2*Y^8*Z^2+28*X^2*Y^7*Z^2+4*X^2*Y^6*Z^2+16*X^2*Y^5*Z^2+136*X^2*Y^4*Z^2+44*X^2*Y^3*Z^2+192*X^2*Y^2*Z^2+136*X*Y^4*Z+32*X*Y^3*Z+160*X*Y^2*Z+248*X*Y*Z

Algorithm definition

The algorithm ⟨8×14×16:1104⟩ 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