Description of fast matrix multiplication algorithm: ⟨12×12×14:1234⟩

Algorithm type

8X2Y6Z6+72X4Y4Z4+24X4Y2Z6+24X2Y6Z4+36X2Y4Z6+16X2Y5Z4+24X6Y2Z2+8X6YZ3+36X2Y6Z2+36X2Y2Z6+32X2Y5Z2+96X4Y2Z2+32X4YZ3+8X3Y2Z3+8X2Y4Z2+4X3YZ3+32X2Y2Z3+32XY3Z3+162X2Y2Z2+56X2YZ3+80XY3Z2+88XY2Z3+14X3YZ+96XY3Z+16XY2Z2+52XYZ3+56X2YZ+16XY2Z+70XYZ8X2Y6Z672X4Y4Z424X4Y2Z624X2Y6Z436X2Y4Z616X2Y5Z424X6Y2Z28X6YZ336X2Y6Z236X2Y2Z632X2Y5Z296X4Y2Z232X4YZ38X3Y2Z38X2Y4Z24X3YZ332X2Y2Z332XY3Z3162X2Y2Z256X2YZ380XY3Z288XY2Z314X3YZ96XY3Z16XY2Z252XYZ356X2YZ16XY2Z70XYZ8*X^2*Y^6*Z^6+72*X^4*Y^4*Z^4+24*X^4*Y^2*Z^6+24*X^2*Y^6*Z^4+36*X^2*Y^4*Z^6+16*X^2*Y^5*Z^4+24*X^6*Y^2*Z^2+8*X^6*Y*Z^3+36*X^2*Y^6*Z^2+36*X^2*Y^2*Z^6+32*X^2*Y^5*Z^2+96*X^4*Y^2*Z^2+32*X^4*Y*Z^3+8*X^3*Y^2*Z^3+8*X^2*Y^4*Z^2+4*X^3*Y*Z^3+32*X^2*Y^2*Z^3+32*X*Y^3*Z^3+162*X^2*Y^2*Z^2+56*X^2*Y*Z^3+80*X*Y^3*Z^2+88*X*Y^2*Z^3+14*X^3*Y*Z+96*X*Y^3*Z+16*X*Y^2*Z^2+52*X*Y*Z^3+56*X^2*Y*Z+16*X*Y^2*Z+70*X*Y*Z

Algorithm definition

The algorithm ⟨12×12×14:1234⟩ 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