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

Algorithm type

2XY12Z+80X4Y4Z4+14X2Y8Z2+8X4Y3Z4+8X4Y3Z3+48X2Y6Z2+16X2Y5Z2+4X3Y4Z+4X2Y4Z2+4XY4Z3+8X2Y4Z+8XY4Z2+352X2Y2Z2+14XY4Z+20X3YZ+16X2Y2Z+24X2YZ2+144XY3Z+8XY2Z2+20XYZ3+48X2YZ+16XY2Z+48XYZ2+216XYZ2XY12Z80X4Y4Z414X2Y8Z28X4Y3Z48X4Y3Z348X2Y6Z216X2Y5Z24X3Y4Z4X2Y4Z24XY4Z38X2Y4Z8XY4Z2352X2Y2Z214XY4Z20X3YZ16X2Y2Z24X2YZ2144XY3Z8XY2Z220XYZ348X2YZ16XY2Z48XYZ2216XYZ2*X*Y^12*Z+80*X^4*Y^4*Z^4+14*X^2*Y^8*Z^2+8*X^4*Y^3*Z^4+8*X^4*Y^3*Z^3+48*X^2*Y^6*Z^2+16*X^2*Y^5*Z^2+4*X^3*Y^4*Z+4*X^2*Y^4*Z^2+4*X*Y^4*Z^3+8*X^2*Y^4*Z+8*X*Y^4*Z^2+352*X^2*Y^2*Z^2+14*X*Y^4*Z+20*X^3*Y*Z+16*X^2*Y^2*Z+24*X^2*Y*Z^2+144*X*Y^3*Z+8*X*Y^2*Z^2+20*X*Y*Z^3+48*X^2*Y*Z+16*X*Y^2*Z+48*X*Y*Z^2+216*X*Y*Z

Algorithm definition

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