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

Algorithm type

48X4Y8Z4+24X2Y12Z2+2X4Y4Z6+24XY12Z+24X4Y4Z5+24X6Y4Z2+13X4Y4Z4+48X2Y8Z2+6X6Y2Z3+3X4Y4Z3+4X2Y6Z3+6X6Y2Z2+3X4Y4Z2+2X2Y6Z2+42X2Y4Z4+32X2Y2Z6+11X4Y2Z3+62X2Y4Z3+14X2Y2Z5+9XY6Z2+7X4Y2Z2+24X3Y4Z+32X2Y4Z2+31X2Y2Z4+3XY6Z+XY4Z3+12XYZ6+20X3Y2Z2+20X3YZ3+2X2Y4Z+39X2Y2Z3+58XY4Z2+10XY3Z3+18XY2Z4+4XYZ5+4X3Y2Z+2X3YZ2+127X2Y2Z2+24X2YZ3+16XY4Z+XY3Z2+42XY2Z3+4XYZ4+50X3YZ+15X2Y2Z+3X2YZ2+49XY3Z+37XY2Z2+37XYZ3+9X2YZ+20XY2Z+55XYZ2+8XYZ48X4Y8Z424X2Y12Z22X4Y4Z624XY12Z24X4Y4Z524X6Y4Z213X4Y4Z448X2Y8Z26X6Y2Z33X4Y4Z34X2Y6Z36X6Y2Z23X4Y4Z22X2Y6Z242X2Y4Z432X2Y2Z611X4Y2Z362X2Y4Z314X2Y2Z59XY6Z27X4Y2Z224X3Y4Z32X2Y4Z231X2Y2Z43XY6ZXY4Z312XYZ620X3Y2Z220X3YZ32X2Y4Z39X2Y2Z358XY4Z210XY3Z318XY2Z44XYZ54X3Y2Z2X3YZ2127X2Y2Z224X2YZ316XY4ZXY3Z242XY2Z34XYZ450X3YZ15X2Y2Z3X2YZ249XY3Z37XY2Z237XYZ39X2YZ20XY2Z55XYZ28XYZ48*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