Description of fast matrix multiplication algorithm: ⟨6×12×16:736⟩

Algorithm type

4X4Y5Z4+36X4Y4Z4+12X6Y2Z2+8X4Y4Z2+26X2Y6Z2+8X2Y4Z4+12X2Y2Z6+2X2Y6Z+28X2Y5Z2+4XY7Z+2XY6Z2+4X4Y2Z2+X2Y5Z+105X2Y4Z2+4X2Y2Z4+25XY6Z+XY5Z2+6X3Y3Z+3X2Y4Z+52X2Y3Z2+36XY5Z+4XY4Z2+6XY3Z3+X3Y2Z+2X2Y3Z+37X2Y2Z2+67XY4Z+58XY3Z2+3XY2Z3+5X3YZ+2X2Y2Z+56XY3Z+36XY2Z2+3XYZ3+2X2YZ+16XY2Z+55XYZ2+4XYZ4X4Y5Z436X4Y4Z412X6Y2Z28X4Y4Z226X2Y6Z28X2Y4Z412X2Y2Z62X2Y6Z28X2Y5Z24XY7Z2XY6Z24X4Y2Z2X2Y5Z105X2Y4Z24X2Y2Z425XY6ZXY5Z26X3Y3Z3X2Y4Z52X2Y3Z236XY5Z4XY4Z26XY3Z3X3Y2Z2X2Y3Z37X2Y2Z267XY4Z58XY3Z23XY2Z35X3YZ2X2Y2Z56XY3Z36XY2Z23XYZ32X2YZ16XY2Z55XYZ24XYZ4*X^4*Y^5*Z^4+36*X^4*Y^4*Z^4+12*X^6*Y^2*Z^2+8*X^4*Y^4*Z^2+26*X^2*Y^6*Z^2+8*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+2*X^2*Y^6*Z+28*X^2*Y^5*Z^2+4*X*Y^7*Z+2*X*Y^6*Z^2+4*X^4*Y^2*Z^2+X^2*Y^5*Z+105*X^2*Y^4*Z^2+4*X^2*Y^2*Z^4+25*X*Y^6*Z+X*Y^5*Z^2+6*X^3*Y^3*Z+3*X^2*Y^4*Z+52*X^2*Y^3*Z^2+36*X*Y^5*Z+4*X*Y^4*Z^2+6*X*Y^3*Z^3+X^3*Y^2*Z+2*X^2*Y^3*Z+37*X^2*Y^2*Z^2+67*X*Y^4*Z+58*X*Y^3*Z^2+3*X*Y^2*Z^3+5*X^3*Y*Z+2*X^2*Y^2*Z+56*X*Y^3*Z+36*X*Y^2*Z^2+3*X*Y*Z^3+2*X^2*Y*Z+16*X*Y^2*Z+55*X*Y*Z^2+4*X*Y*Z

Algorithm definition

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