Description of fast matrix multiplication algorithm: ⟨7×8×15:570⟩

Algorithm type

8X4Y8Z4+10X4Y4Z4+8X2Y8Z2+16X3Y4Z3+4X2Y6Z2+36X2Y4Z4+8X2Y2Z5+4X5Y2Z+44X2Y4Z2+10X2Y2Z4+24X2Y2Z3+32XY4Z2+4XY2Z4+8XYZ5+4X3Y2Z+50X2Y2Z2+36XY4Z+4XY3Z2+4XY2Z3+8X3YZ+4X2Y2Z+4XY3Z+20XY2Z2+20XYZ3+8X2YZ+20XY2Z+88XYZ2+84XYZ8X4Y8Z410X4Y4Z48X2Y8Z216X3Y4Z34X2Y6Z236X2Y4Z48X2Y2Z54X5Y2Z44X2Y4Z210X2Y2Z424X2Y2Z332XY4Z24XY2Z48XYZ54X3Y2Z50X2Y2Z236XY4Z4XY3Z24XY2Z38X3YZ4X2Y2Z4XY3Z20XY2Z220XYZ38X2YZ20XY2Z88XYZ284XYZ8*X^4*Y^8*Z^4+10*X^4*Y^4*Z^4+8*X^2*Y^8*Z^2+16*X^3*Y^4*Z^3+4*X^2*Y^6*Z^2+36*X^2*Y^4*Z^4+8*X^2*Y^2*Z^5+4*X^5*Y^2*Z+44*X^2*Y^4*Z^2+10*X^2*Y^2*Z^4+24*X^2*Y^2*Z^3+32*X*Y^4*Z^2+4*X*Y^2*Z^4+8*X*Y*Z^5+4*X^3*Y^2*Z+50*X^2*Y^2*Z^2+36*X*Y^4*Z+4*X*Y^3*Z^2+4*X*Y^2*Z^3+8*X^3*Y*Z+4*X^2*Y^2*Z+4*X*Y^3*Z+20*X*Y^2*Z^2+20*X*Y*Z^3+8*X^2*Y*Z+20*X*Y^2*Z+88*X*Y*Z^2+84*X*Y*Z

Algorithm definition

The algorithm ⟨7×8×15:570⟩ 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