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

Algorithm type

2⁢X⁢Y12⁢Z+80⁢X4⁢Y4⁢Z4+14⁢X2⁢Y8⁢Z2+8⁢X4⁢Y3⁢Z4+8⁢X4⁢Y3⁢Z3+48⁢X2⁢Y6⁢Z2+16⁢X2⁢Y5⁢Z2+4⁢X3⁢Y4⁢Z+4⁢X2⁢Y4⁢Z2+4⁢X⁢Y4⁢Z3+8⁢X2⁢Y4⁢Z+8⁢X⁢Y4⁢Z2+352⁢X2⁢Y2⁢Z2+14⁢X⁢Y4⁢Z+20⁢X3⁢Y⁢Z+16⁢X2⁢Y2⁢Z+24⁢X2⁢Y⁢Z2+144⁢X⁢Y3⁢Z+8⁢X⁢Y2⁢Z2+20⁢X⁢Y⁢Z3+48⁢X2⁢Y⁢Z+16⁢X⁢Y2⁢Z+48⁢X⁢Y⁢Z2+216⁢X⁢Y⁢Z2XY12Z80X4Y4Z414X2Y8Z28X4Y3Z48X4Y3Z348X2Y6Z216X2Y5Z24X3Y4Z4X2Y4Z24XY4Z38X2Y4Z8XY4Z2352X2Y2Z214XY4Z20X3YZ16X2Y2Z24X2YZ2144XY3Z8XY2Z220XYZ348X2YZ16XY2Z48XYZ2216XYZ2*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