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

Algorithm type

6⁢X4⁢Y8⁢Z4+19⁢X4⁢Y4⁢Z4+17⁢X2⁢Y8⁢Z2+8⁢X⁢Y9⁢Z+27⁢X2⁢Y6⁢Z2+10⁢X⁢Y8⁢Z+10⁢X⁢Y7⁢Z+56⁢X2⁢Y4⁢Z2+12⁢X⁢Y5⁢Z+80⁢X2⁢Y2⁢Z2+50⁢X⁢Y4⁢Z+86⁢X⁢Y3⁢Z+132⁢X⁢Y⁢Z6X4Y8Z419X4Y4Z417X2Y8Z28XY9Z27X2Y6Z210XY8Z10XY7Z56X2Y4Z212XY5Z80X2Y2Z250XY4Z86XY3Z132XYZ6*X^4*Y^8*Z^4+19*X^4*Y^4*Z^4+17*X^2*Y^8*Z^2+8*X*Y^9*Z+27*X^2*Y^6*Z^2+10*X*Y^8*Z+10*X*Y^7*Z+56*X^2*Y^4*Z^2+12*X*Y^5*Z+80*X^2*Y^2*Z^2+50*X*Y^4*Z+86*X*Y^3*Z+132*X*Y*Z

Algorithm definition

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