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

Algorithm type

7X4Y4Z8+X4Y4Z6+30X4Y4Z4+10X2Y6Z4+10X2Y2Z8+17X2Y6Z2+3X2Y4Z4+X2Y3Z5+19X2Y2Z6+4X2Y2Z5+10X2Y4Z2+69X2Y2Z4+11XY3Z4+2X2YZ4+19XY3Z3+10XY2Z4+100X2Y2Z2+XY4Z+16XY2Z3+75XYZ4+48XY3Z+50XYZ3+19XY2Z+134XYZ7X4Y4Z8X4Y4Z630X4Y4Z410X2Y6Z410X2Y2Z817X2Y6Z23X2Y4Z4X2Y3Z519X2Y2Z64X2Y2Z510X2Y4Z269X2Y2Z411XY3Z42X2YZ419XY3Z310XY2Z4100X2Y2Z2XY4Z16XY2Z375XYZ448XY3Z50XYZ319XY2Z134XYZ7*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