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

Algorithm type

2X4Y5Z4+22X4Y4Z4+6X6Y2Z2+14X2Y6Z2+10X2Y4Z4+6X2Y2Z6+10X2Y5Z2+14X2Y3Z4+19X2Y4Z2+4X2Y2Z4+26XY6Z+17X2Y3Z2+7XY5Z+32XY4Z2+86X2Y2Z2+6XY4Z+11XY3Z2+XYZ4+36X3YZ+41XY3Z+43XY2Z2+36XYZ3+43XY2Z+10XYZ2+8XYZ2X4Y5Z422X4Y4Z46X6Y2Z214X2Y6Z210X2Y4Z46X2Y2Z610X2Y5Z214X2Y3Z419X2Y4Z24X2Y2Z426XY6Z17X2Y3Z27XY5Z32XY4Z286X2Y2Z26XY4Z11XY3Z2XYZ436X3YZ41XY3Z43XY2Z236XYZ343XY2Z10XYZ28XYZ2*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