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

Algorithm type

26X4Y6Z4+14X4Y5Z4+74X4Y4Z4+9X9YZ+6XYZ9+48X6Y2Z2+48X4Y4Z2+12X4Y2Z4+101X2Y6Z2+12X2Y4Z4+42X2Y2Z6+6X6YZ2+55X4Y3Z2+33X2Y5Z2+40X2Y3Z4+6X2YZ6+6XY2Z6+3X6YZ+11X4Y2Z2+79X2Y4Z2+80X2Y2Z4+77XY6Z+33XYZ6+9X3Y3Z+6X3Y2Z2+15X3YZ3+60X2Y4Z+10XY5Z+6XY4Z2+9XY3Z3+12X3Y2Z+33X3YZ2+44X2Y3Z+119X2Y2Z2+3X2YZ3+27XY4Z+90XY3Z2+9XY2Z3+9X3YZ+7X2Y2Z+16X2YZ2+37XY2Z2+9XYZ3+15XY2Z+14XYZ226X4Y6Z414X4Y5Z474X4Y4Z49X9YZ6XYZ948X6Y2Z248X4Y4Z212X4Y2Z4101X2Y6Z212X2Y4Z442X2Y2Z66X6YZ255X4Y3Z233X2Y5Z240X2Y3Z46X2YZ66XY2Z63X6YZ11X4Y2Z279X2Y4Z280X2Y2Z477XY6Z33XYZ69X3Y3Z6X3Y2Z215X3YZ360X2Y4Z10XY5Z6XY4Z29XY3Z312X3Y2Z33X3YZ244X2Y3Z119X2Y2Z23X2YZ327XY4Z90XY3Z29XY2Z39X3YZ7X2Y2Z16X2YZ237XY2Z29XYZ315XY2Z14XYZ226*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