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

Algorithm type

7⁢X4⁢Y4⁢Z8+X4⁢Y4⁢Z6+30⁢X4⁢Y4⁢Z4+10⁢X2⁢Y6⁢Z4+10⁢X2⁢Y2⁢Z8+17⁢X2⁢Y6⁢Z2+3⁢X2⁢Y4⁢Z4+X2⁢Y3⁢Z5+19⁢X2⁢Y2⁢Z6+4⁢X2⁢Y2⁢Z5+10⁢X2⁢Y4⁢Z2+69⁢X2⁢Y2⁢Z4+11⁢X⁢Y3⁢Z4+2⁢X2⁢Y⁢Z4+19⁢X⁢Y3⁢Z3+10⁢X⁢Y2⁢Z4+100⁢X2⁢Y2⁢Z2+X⁢Y4⁢Z+16⁢X⁢Y2⁢Z3+75⁢X⁢Y⁢Z4+48⁢X⁢Y3⁢Z+50⁢X⁢Y⁢Z3+19⁢X⁢Y2⁢Z+134⁢X⁢Y⁢Z7X4Y4Z8X4Y4Z630X4Y4Z410X2Y6Z410X2Y2Z817X2Y6Z23X2Y4Z4X2Y3Z519X2Y2Z64X2Y2Z510X2Y4Z269X2Y2Z411XY3Z42X2YZ419XY3Z310XY2Z4100X2Y2Z2XY4Z16XY2Z375XYZ448XY3Z50XYZ319XY2Z134XYZ7*X^4*Y^4*Z^8+X^4*Y^4*Z^6+30*X^4*Y^4*Z^4+10*X^2*Y^6*Z^4+10*X^2*Y^2*Z^8+17*X^2*Y^6*Z^2+3*X^2*Y^4*Z^4+X^2*Y^3*Z^5+19*X^2*Y^2*Z^6+4*X^2*Y^2*Z^5+10*X^2*Y^4*Z^2+69*X^2*Y^2*Z^4+11*X*Y^3*Z^4+2*X^2*Y*Z^4+19*X*Y^3*Z^3+10*X*Y^2*Z^4+100*X^2*Y^2*Z^2+X*Y^4*Z+16*X*Y^2*Z^3+75*X*Y*Z^4+48*X*Y^3*Z+50*X*Y*Z^3+19*X*Y^2*Z+134*X*Y*Z

Algorithm definition

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