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

Algorithm type

30⁢X4⁢Y4⁢Z4+2⁢X2⁢Y6⁢Z4+8⁢X2⁢Y6⁢Z2+8⁢X2⁢Y4⁢Z4+32⁢X2⁢Y4⁢Z2+46⁢X2⁢Y2⁢Z4+6⁢X⁢Y3⁢Z4+2⁢X⁢Y3⁢Z3+12⁢X⁢Y2⁢Z4+112⁢X2⁢Y2⁢Z2+4⁢X⁢Y3⁢Z2+20⁢X⁢Y2⁢Z3+24⁢X⁢Y⁢Z4+24⁢X⁢Y3⁢Z+16⁢X⁢Y2⁢Z2+16⁢X⁢Y⁢Z3+96⁢X⁢Y2⁢Z+20⁢X⁢Y⁢Z2+120⁢X⁢Y⁢Z30X4Y4Z42X2Y6Z48X2Y6Z28X2Y4Z432X2Y4Z246X2Y2Z46XY3Z42XY3Z312XY2Z4112X2Y2Z24XY3Z220XY2Z324XYZ424XY3Z16XY2Z216XYZ396XY2Z20XYZ2120XYZ30*X^4*Y^4*Z^4+2*X^2*Y^6*Z^4+8*X^2*Y^6*Z^2+8*X^2*Y^4*Z^4+32*X^2*Y^4*Z^2+46*X^2*Y^2*Z^4+6*X*Y^3*Z^4+2*X*Y^3*Z^3+12*X*Y^2*Z^4+112*X^2*Y^2*Z^2+4*X*Y^3*Z^2+20*X*Y^2*Z^3+24*X*Y*Z^4+24*X*Y^3*Z+16*X*Y^2*Z^2+16*X*Y*Z^3+96*X*Y^2*Z+20*X*Y*Z^2+120*X*Y*Z

Algorithm definition

The algorithm ⟨7×8×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