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

Algorithm type

48⁢X4⁢Y8⁢Z4+24⁢X2⁢Y12⁢Z2+2⁢X4⁢Y4⁢Z6+24⁢X⁢Y12⁢Z+24⁢X4⁢Y4⁢Z5+24⁢X6⁢Y4⁢Z2+13⁢X4⁢Y4⁢Z4+48⁢X2⁢Y8⁢Z2+6⁢X6⁢Y2⁢Z3+3⁢X4⁢Y4⁢Z3+4⁢X2⁢Y6⁢Z3+6⁢X6⁢Y2⁢Z2+3⁢X4⁢Y4⁢Z2+2⁢X2⁢Y6⁢Z2+42⁢X2⁢Y4⁢Z4+32⁢X2⁢Y2⁢Z6+11⁢X4⁢Y2⁢Z3+62⁢X2⁢Y4⁢Z3+14⁢X2⁢Y2⁢Z5+9⁢X⁢Y6⁢Z2+7⁢X4⁢Y2⁢Z2+24⁢X3⁢Y4⁢Z+32⁢X2⁢Y4⁢Z2+31⁢X2⁢Y2⁢Z4+3⁢X⁢Y6⁢Z+X⁢Y4⁢Z3+12⁢X⁢Y⁢Z6+20⁢X3⁢Y2⁢Z2+20⁢X3⁢Y⁢Z3+2⁢X2⁢Y4⁢Z+39⁢X2⁢Y2⁢Z3+58⁢X⁢Y4⁢Z2+10⁢X⁢Y3⁢Z3+18⁢X⁢Y2⁢Z4+4⁢X⁢Y⁢Z5+4⁢X3⁢Y2⁢Z+2⁢X3⁢Y⁢Z2+127⁢X2⁢Y2⁢Z2+24⁢X2⁢Y⁢Z3+16⁢X⁢Y4⁢Z+X⁢Y3⁢Z2+42⁢X⁢Y2⁢Z3+4⁢X⁢Y⁢Z4+50⁢X3⁢Y⁢Z+15⁢X2⁢Y2⁢Z+3⁢X2⁢Y⁢Z2+49⁢X⁢Y3⁢Z+37⁢X⁢Y2⁢Z2+37⁢X⁢Y⁢Z3+9⁢X2⁢Y⁢Z+20⁢X⁢Y2⁢Z+55⁢X⁢Y⁢Z2+8⁢X⁢Y⁢Z48X4Y8Z424X2Y12Z22X4Y4Z624XY12Z24X4Y4Z524X6Y4Z213X4Y4Z448X2Y8Z26X6Y2Z33X4Y4Z34X2Y6Z36X6Y2Z23X4Y4Z22X2Y6Z242X2Y4Z432X2Y2Z611X4Y2Z362X2Y4Z314X2Y2Z59XY6Z27X4Y2Z224X3Y4Z32X2Y4Z231X2Y2Z43XY6ZXY4Z312XYZ620X3Y2Z220X3YZ32X2Y4Z39X2Y2Z358XY4Z210XY3Z318XY2Z44XYZ54X3Y2Z2X3YZ2127X2Y2Z224X2YZ316XY4ZXY3Z242XY2Z34XYZ450X3YZ15X2Y2Z3X2YZ249XY3Z37XY2Z237XYZ39X2YZ20XY2Z55XYZ28XYZ48*X^4*Y^8*Z^4+24*X^2*Y^12*Z^2+2*X^4*Y^4*Z^6+24*X*Y^12*Z+24*X^4*Y^4*Z^5+24*X^6*Y^4*Z^2+13*X^4*Y^4*Z^4+48*X^2*Y^8*Z^2+6*X^6*Y^2*Z^3+3*X^4*Y^4*Z^3+4*X^2*Y^6*Z^3+6*X^6*Y^2*Z^2+3*X^4*Y^4*Z^2+2*X^2*Y^6*Z^2+42*X^2*Y^4*Z^4+32*X^2*Y^2*Z^6+11*X^4*Y^2*Z^3+62*X^2*Y^4*Z^3+14*X^2*Y^2*Z^5+9*X*Y^6*Z^2+7*X^4*Y^2*Z^2+24*X^3*Y^4*Z+32*X^2*Y^4*Z^2+31*X^2*Y^2*Z^4+3*X*Y^6*Z+X*Y^4*Z^3+12*X*Y*Z^6+20*X^3*Y^2*Z^2+20*X^3*Y*Z^3+2*X^2*Y^4*Z+39*X^2*Y^2*Z^3+58*X*Y^4*Z^2+10*X*Y^3*Z^3+18*X*Y^2*Z^4+4*X*Y*Z^5+4*X^3*Y^2*Z+2*X^3*Y*Z^2+127*X^2*Y^2*Z^2+24*X^2*Y*Z^3+16*X*Y^4*Z+X*Y^3*Z^2+42*X*Y^2*Z^3+4*X*Y*Z^4+50*X^3*Y*Z+15*X^2*Y^2*Z+3*X^2*Y*Z^2+49*X*Y^3*Z+37*X*Y^2*Z^2+37*X*Y*Z^3+9*X^2*Y*Z+20*X*Y^2*Z+55*X*Y*Z^2+8*X*Y*Z

Algorithm definition

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