Description of fast matrix multiplication algorithm: ⟨4×11×12:362⟩

Algorithm type

14⁢X4⁢Y4⁢Z4+32⁢X2⁢Y6⁢Z2+8⁢X⁢Y8⁢Z+22⁢X2⁢Y5⁢Z2+8⁢X⁢Y7⁢Z+6⁢X2⁢Y4⁢Z2+16⁢X⁢Y6⁢Z+18⁢X2⁢Y3⁢Z2+16⁢X⁢Y5⁢Z+46⁢X2⁢Y2⁢Z2+8⁢X⁢Y4⁢Z+56⁢X⁢Y3⁢Z+50⁢X⁢Y2⁢Z+62⁢X⁢Y⁢Z14X4Y4Z432X2Y6Z28XY8Z22X2Y5Z28XY7Z6X2Y4Z216XY6Z18X2Y3Z216XY5Z46X2Y2Z28XY4Z56XY3Z50XY2Z62XYZ14*X^4*Y^4*Z^4+32*X^2*Y^6*Z^2+8*X*Y^8*Z+22*X^2*Y^5*Z^2+8*X*Y^7*Z+6*X^2*Y^4*Z^2+16*X*Y^6*Z+18*X^2*Y^3*Z^2+16*X*Y^5*Z+46*X^2*Y^2*Z^2+8*X*Y^4*Z+56*X*Y^3*Z+50*X*Y^2*Z+62*X*Y*Z

Algorithm definition

The algorithm ⟨4×11×12:362⟩ 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