Description of fast matrix multiplication algorithm: ⟨4×14×16:598⟩

Algorithm type

2⁢X4⁢Y8⁢Z4+12⁢X4⁢Y6⁢Z4+16⁢X4⁢Y4⁢Z4+23⁢X2⁢Y8⁢Z2+12⁢X2⁢Y7⁢Z2+16⁢X2⁢Y6⁢Z2+32⁢X⁢Y8⁢Z+8⁢X2⁢Y5⁢Z2+4⁢X⁢Y7⁢Z+43⁢X2⁢Y4⁢Z2+20⁢X2⁢Y3⁢Z2+6⁢X⁢Y5⁢Z+86⁢X2⁢Y2⁢Z2+90⁢X⁢Y4⁢Z+56⁢X⁢Y3⁢Z+50⁢X⁢Y2⁢Z+122⁢X⁢Y⁢Z2X4Y8Z412X4Y6Z416X4Y4Z423X2Y8Z212X2Y7Z216X2Y6Z232XY8Z8X2Y5Z24XY7Z43X2Y4Z220X2Y3Z26XY5Z86X2Y2Z290XY4Z56XY3Z50XY2Z122XYZ2*X^4*Y^8*Z^4+12*X^4*Y^6*Z^4+16*X^4*Y^4*Z^4+23*X^2*Y^8*Z^2+12*X^2*Y^7*Z^2+16*X^2*Y^6*Z^2+32*X*Y^8*Z+8*X^2*Y^5*Z^2+4*X*Y^7*Z+43*X^2*Y^4*Z^2+20*X^2*Y^3*Z^2+6*X*Y^5*Z+86*X^2*Y^2*Z^2+90*X*Y^4*Z+56*X*Y^3*Z+50*X*Y^2*Z+122*X*Y*Z

Algorithm definition

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