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

Algorithm type

28⁢X4⁢Y8⁢Z4+48⁢X4⁢Y6⁢Z4+2⁢X6⁢Y4⁢Z2+26⁢X4⁢Y4⁢Z4+66⁢X2⁢Y8⁢Z2+34⁢X2⁢Y7⁢Z2+8⁢X4⁢Y4⁢Z2+36⁢X2⁢Y6⁢Z2+28⁢X2⁢Y5⁢Z2+4⁢X3⁢Y4⁢Z+146⁢X2⁢Y4⁢Z2+16⁢X2⁢Y4⁢Z+192⁢X2⁢Y2⁢Z2+224⁢X⁢Y4⁢Z+92⁢X⁢Y3⁢Z+280⁢X⁢Y⁢Z28X4Y8Z448X4Y6Z42X6Y4Z226X4Y4Z466X2Y8Z234X2Y7Z28X4Y4Z236X2Y6Z228X2Y5Z24X3Y4Z146X2Y4Z216X2Y4Z192X2Y2Z2224XY4Z92XY3Z280XYZ28*X^4*Y^8*Z^4+48*X^4*Y^6*Z^4+2*X^6*Y^4*Z^2+26*X^4*Y^4*Z^4+66*X^2*Y^8*Z^2+34*X^2*Y^7*Z^2+8*X^4*Y^4*Z^2+36*X^2*Y^6*Z^2+28*X^2*Y^5*Z^2+4*X^3*Y^4*Z+146*X^2*Y^4*Z^2+16*X^2*Y^4*Z+192*X^2*Y^2*Z^2+224*X*Y^4*Z+92*X*Y^3*Z+280*X*Y*Z

Algorithm definition

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