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

Algorithm type

26⁢X4⁢Y6⁢Z4+14⁢X4⁢Y5⁢Z4+74⁢X4⁢Y4⁢Z4+9⁢X9⁢Y⁢Z+6⁢X⁢Y⁢Z9+48⁢X6⁢Y2⁢Z2+48⁢X4⁢Y4⁢Z2+12⁢X4⁢Y2⁢Z4+101⁢X2⁢Y6⁢Z2+12⁢X2⁢Y4⁢Z4+42⁢X2⁢Y2⁢Z6+6⁢X6⁢Y⁢Z2+55⁢X4⁢Y3⁢Z2+33⁢X2⁢Y5⁢Z2+40⁢X2⁢Y3⁢Z4+6⁢X2⁢Y⁢Z6+6⁢X⁢Y2⁢Z6+3⁢X6⁢Y⁢Z+11⁢X4⁢Y2⁢Z2+79⁢X2⁢Y4⁢Z2+80⁢X2⁢Y2⁢Z4+77⁢X⁢Y6⁢Z+33⁢X⁢Y⁢Z6+9⁢X3⁢Y3⁢Z+6⁢X3⁢Y2⁢Z2+15⁢X3⁢Y⁢Z3+60⁢X2⁢Y4⁢Z+10⁢X⁢Y5⁢Z+6⁢X⁢Y4⁢Z2+9⁢X⁢Y3⁢Z3+12⁢X3⁢Y2⁢Z+33⁢X3⁢Y⁢Z2+44⁢X2⁢Y3⁢Z+119⁢X2⁢Y2⁢Z2+3⁢X2⁢Y⁢Z3+27⁢X⁢Y4⁢Z+90⁢X⁢Y3⁢Z2+9⁢X⁢Y2⁢Z3+9⁢X3⁢Y⁢Z+7⁢X2⁢Y2⁢Z+16⁢X2⁢Y⁢Z2+37⁢X⁢Y2⁢Z2+9⁢X⁢Y⁢Z3+15⁢X⁢Y2⁢Z+14⁢X⁢Y⁢Z226X4Y6Z414X4Y5Z474X4Y4Z49X9YZ6XYZ948X6Y2Z248X4Y4Z212X4Y2Z4101X2Y6Z212X2Y4Z442X2Y2Z66X6YZ255X4Y3Z233X2Y5Z240X2Y3Z46X2YZ66XY2Z63X6YZ11X4Y2Z279X2Y4Z280X2Y2Z477XY6Z33XYZ69X3Y3Z6X3Y2Z215X3YZ360X2Y4Z10XY5Z6XY4Z29XY3Z312X3Y2Z33X3YZ244X2Y3Z119X2Y2Z23X2YZ327XY4Z90XY3Z29XY2Z39X3YZ7X2Y2Z16X2YZ237XY2Z29XYZ315XY2Z14XYZ226*X^4*Y^6*Z^4+14*X^4*Y^5*Z^4+74*X^4*Y^4*Z^4+9*X^9*Y*Z+6*X*Y*Z^9+48*X^6*Y^2*Z^2+48*X^4*Y^4*Z^2+12*X^4*Y^2*Z^4+101*X^2*Y^6*Z^2+12*X^2*Y^4*Z^4+42*X^2*Y^2*Z^6+6*X^6*Y*Z^2+55*X^4*Y^3*Z^2+33*X^2*Y^5*Z^2+40*X^2*Y^3*Z^4+6*X^2*Y*Z^6+6*X*Y^2*Z^6+3*X^6*Y*Z+11*X^4*Y^2*Z^2+79*X^2*Y^4*Z^2+80*X^2*Y^2*Z^4+77*X*Y^6*Z+33*X*Y*Z^6+9*X^3*Y^3*Z+6*X^3*Y^2*Z^2+15*X^3*Y*Z^3+60*X^2*Y^4*Z+10*X*Y^5*Z+6*X*Y^4*Z^2+9*X*Y^3*Z^3+12*X^3*Y^2*Z+33*X^3*Y*Z^2+44*X^2*Y^3*Z+119*X^2*Y^2*Z^2+3*X^2*Y*Z^3+27*X*Y^4*Z+90*X*Y^3*Z^2+9*X*Y^2*Z^3+9*X^3*Y*Z+7*X^2*Y^2*Z+16*X^2*Y*Z^2+37*X*Y^2*Z^2+9*X*Y*Z^3+15*X*Y^2*Z+14*X*Y*Z^2

Algorithm definition

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