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

Algorithm type

2⁢X4⁢Y5⁢Z4+22⁢X4⁢Y4⁢Z4+6⁢X6⁢Y2⁢Z2+14⁢X2⁢Y6⁢Z2+10⁢X2⁢Y4⁢Z4+6⁢X2⁢Y2⁢Z6+10⁢X2⁢Y5⁢Z2+14⁢X2⁢Y3⁢Z4+19⁢X2⁢Y4⁢Z2+4⁢X2⁢Y2⁢Z4+26⁢X⁢Y6⁢Z+17⁢X2⁢Y3⁢Z2+7⁢X⁢Y5⁢Z+32⁢X⁢Y4⁢Z2+86⁢X2⁢Y2⁢Z2+6⁢X⁢Y4⁢Z+11⁢X⁢Y3⁢Z2+X⁢Y⁢Z4+36⁢X3⁢Y⁢Z+41⁢X⁢Y3⁢Z+43⁢X⁢Y2⁢Z2+36⁢X⁢Y⁢Z3+43⁢X⁢Y2⁢Z+10⁢X⁢Y⁢Z2+8⁢X⁢Y⁢Z2X4Y5Z422X4Y4Z46X6Y2Z214X2Y6Z210X2Y4Z46X2Y2Z610X2Y5Z214X2Y3Z419X2Y4Z24X2Y2Z426XY6Z17X2Y3Z27XY5Z32XY4Z286X2Y2Z26XY4Z11XY3Z2XYZ436X3YZ41XY3Z43XY2Z236XYZ343XY2Z10XYZ28XYZ2*X^4*Y^5*Z^4+22*X^4*Y^4*Z^4+6*X^6*Y^2*Z^2+14*X^2*Y^6*Z^2+10*X^2*Y^4*Z^4+6*X^2*Y^2*Z^6+10*X^2*Y^5*Z^2+14*X^2*Y^3*Z^4+19*X^2*Y^4*Z^2+4*X^2*Y^2*Z^4+26*X*Y^6*Z+17*X^2*Y^3*Z^2+7*X*Y^5*Z+32*X*Y^4*Z^2+86*X^2*Y^2*Z^2+6*X*Y^4*Z+11*X*Y^3*Z^2+X*Y*Z^4+36*X^3*Y*Z+41*X*Y^3*Z+43*X*Y^2*Z^2+36*X*Y*Z^3+43*X*Y^2*Z+10*X*Y*Z^2+8*X*Y*Z

Algorithm definition

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