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

Algorithm type

16⁢X4⁢Y8⁢Z4+24⁢X4⁢Y6⁢Z4+40⁢X4⁢Y4⁢Z4+28⁢X2⁢Y8⁢Z2+28⁢X2⁢Y7⁢Z2+4⁢X2⁢Y6⁢Z2+16⁢X2⁢Y5⁢Z2+136⁢X2⁢Y4⁢Z2+44⁢X2⁢Y3⁢Z2+192⁢X2⁢Y2⁢Z2+136⁢X⁢Y4⁢Z+32⁢X⁢Y3⁢Z+160⁢X⁢Y2⁢Z+248⁢X⁢Y⁢Z16X4Y8Z424X4Y6Z440X4Y4Z428X2Y8Z228X2Y7Z24X2Y6Z216X2Y5Z2136X2Y4Z244X2Y3Z2192X2Y2Z2136XY4Z32XY3Z160XY2Z248XYZ16*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