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

Algorithm type

6⁢X4⁢Y8⁢Z4+24⁢X4⁢Y6⁢Z4+X2⁢Y8⁢Z4+9⁢X6⁢Y4⁢Z2+4⁢X4⁢Y6⁢Z2+34⁢X4⁢Y4⁢Z4+24⁢X2⁢Y8⁢Z2+3⁢X2⁢Y4⁢Z6+6⁢X2⁢Y7⁢Z2+4⁢X⁢Y9⁢Z+4⁢X⁢Y8⁢Z2+13⁢X6⁢Y2⁢Z2+8⁢X4⁢Y4⁢Z2+54⁢X2⁢Y6⁢Z2+17⁢X2⁢Y4⁢Z4+15⁢X2⁢Y2⁢Z6+13⁢X⁢Y8⁢Z+6⁢X2⁢Y6⁢Z+15⁢X2⁢Y5⁢Z2+12⁢X⁢Y7⁢Z+7⁢X⁢Y6⁢Z2+6⁢X4⁢Y2⁢Z2+14⁢X3⁢Y4⁢Z+3⁢X2⁢Y5⁢Z+102⁢X2⁢Y4⁢Z2+5⁢X2⁢Y2⁢Z4+28⁢X⁢Y6⁢Z+X⁢Y5⁢Z2+12⁢X⁢Y4⁢Z3+15⁢X3⁢Y3⁢Z+11⁢X2⁢Y4⁢Z+18⁢X⁢Y5⁢Z+16⁢X⁢Y4⁢Z2+12⁢X⁢Y3⁢Z3+6⁢X2⁢Y3⁢Z+90⁢X2⁢Y2⁢Z2+76⁢X⁢Y4⁢Z+4⁢X⁢Y3⁢Z2+33⁢X3⁢Y⁢Z+17⁢X2⁢Y2⁢Z+29⁢X⁢Y3⁢Z+26⁢X⁢Y2⁢Z2+30⁢X⁢Y⁢Z3+11⁢X2⁢Y⁢Z+78⁢X⁢Y2⁢Z+10⁢X⁢Y⁢Z2+40⁢X⁢Y⁢Z6X4Y8Z424X4Y6Z4X2Y8Z49X6Y4Z24X4Y6Z234X4Y4Z424X2Y8Z23X2Y4Z66X2Y7Z24XY9Z4XY8Z213X6Y2Z28X4Y4Z254X2Y6Z217X2Y4Z415X2Y2Z613XY8Z6X2Y6Z15X2Y5Z212XY7Z7XY6Z26X4Y2Z214X3Y4Z3X2Y5Z102X2Y4Z25X2Y2Z428XY6ZXY5Z212XY4Z315X3Y3Z11X2Y4Z18XY5Z16XY4Z212XY3Z36X2Y3Z90X2Y2Z276XY4Z4XY3Z233X3YZ17X2Y2Z29XY3Z26XY2Z230XYZ311X2YZ78XY2Z10XYZ240XYZ6*X^4*Y^8*Z^4+24*X^4*Y^6*Z^4+X^2*Y^8*Z^4+9*X^6*Y^4*Z^2+4*X^4*Y^6*Z^2+34*X^4*Y^4*Z^4+24*X^2*Y^8*Z^2+3*X^2*Y^4*Z^6+6*X^2*Y^7*Z^2+4*X*Y^9*Z+4*X*Y^8*Z^2+13*X^6*Y^2*Z^2+8*X^4*Y^4*Z^2+54*X^2*Y^6*Z^2+17*X^2*Y^4*Z^4+15*X^2*Y^2*Z^6+13*X*Y^8*Z+6*X^2*Y^6*Z+15*X^2*Y^5*Z^2+12*X*Y^7*Z+7*X*Y^6*Z^2+6*X^4*Y^2*Z^2+14*X^3*Y^4*Z+3*X^2*Y^5*Z+102*X^2*Y^4*Z^2+5*X^2*Y^2*Z^4+28*X*Y^6*Z+X*Y^5*Z^2+12*X*Y^4*Z^3+15*X^3*Y^3*Z+11*X^2*Y^4*Z+18*X*Y^5*Z+16*X*Y^4*Z^2+12*X*Y^3*Z^3+6*X^2*Y^3*Z+90*X^2*Y^2*Z^2+76*X*Y^4*Z+4*X*Y^3*Z^2+33*X^3*Y*Z+17*X^2*Y^2*Z+29*X*Y^3*Z+26*X*Y^2*Z^2+30*X*Y*Z^3+11*X^2*Y*Z+78*X*Y^2*Z+10*X*Y*Z^2+40*X*Y*Z

Algorithm definition

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