Description of fast matrix multiplication algorithm: ⟨5×12×16:655⟩

Algorithm type

12X4Y4Z4+16X2Y8Z2+3X4Y4Z3+X4Y4Z2+2X4Y3Z3+24X3Y4Z3+3X2Y6Z2+17XY8Z+3X5Y2Z2+5X3Y3Z3+X2Y6Z+X2Y5Z2+X2Y4Z3+2X2Y2Z5+XY7Z+2X4Y2Z2+3X3Y3Z2+83X2Y4Z2+13X2Y2Z4+8XY6Z+XY4Z3+2XY2Z5+X3Y2Z2+13X2Y4Z+13X2Y3Z2+12X2Y2Z3+2XY5Z+4XY4Z2+6X3Y2Z+3X2Y3Z+56X2Y2Z2+2X2YZ3+55XY4Z+18XY2Z3+6X3YZ+9X2Y2Z+17XY3Z+33XY2Z2+9XYZ3+6X2YZ+98XY2Z+32XYZ2+56XYZ12X4Y4Z416X2Y8Z23X4Y4Z3X4Y4Z22X4Y3Z324X3Y4Z33X2Y6Z217XY8Z3X5Y2Z25X3Y3Z3X2Y6ZX2Y5Z2X2Y4Z32X2Y2Z5XY7Z2X4Y2Z23X3Y3Z283X2Y4Z213X2Y2Z48XY6ZXY4Z32XY2Z5X3Y2Z213X2Y4Z13X2Y3Z212X2Y2Z32XY5Z4XY4Z26X3Y2Z3X2Y3Z56X2Y2Z22X2YZ355XY4Z18XY2Z36X3YZ9X2Y2Z17XY3Z33XY2Z29XYZ36X2YZ98XY2Z32XYZ256XYZ12*X^4*Y^4*Z^4+16*X^2*Y^8*Z^2+3*X^4*Y^4*Z^3+X^4*Y^4*Z^2+2*X^4*Y^3*Z^3+24*X^3*Y^4*Z^3+3*X^2*Y^6*Z^2+17*X*Y^8*Z+3*X^5*Y^2*Z^2+5*X^3*Y^3*Z^3+X^2*Y^6*Z+X^2*Y^5*Z^2+X^2*Y^4*Z^3+2*X^2*Y^2*Z^5+X*Y^7*Z+2*X^4*Y^2*Z^2+3*X^3*Y^3*Z^2+83*X^2*Y^4*Z^2+13*X^2*Y^2*Z^4+8*X*Y^6*Z+X*Y^4*Z^3+2*X*Y^2*Z^5+X^3*Y^2*Z^2+13*X^2*Y^4*Z+13*X^2*Y^3*Z^2+12*X^2*Y^2*Z^3+2*X*Y^5*Z+4*X*Y^4*Z^2+6*X^3*Y^2*Z+3*X^2*Y^3*Z+56*X^2*Y^2*Z^2+2*X^2*Y*Z^3+55*X*Y^4*Z+18*X*Y^2*Z^3+6*X^3*Y*Z+9*X^2*Y^2*Z+17*X*Y^3*Z+33*X*Y^2*Z^2+9*X*Y*Z^3+6*X^2*Y*Z+98*X*Y^2*Z+32*X*Y*Z^2+56*X*Y*Z

Algorithm definition

The algorithm ⟨5×12×16:655⟩ 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