Description of fast matrix multiplication algorithm: ⟨7×9×12:508⟩

Algorithm type

18⁢X4⁢Y4⁢Z4+32⁢X4⁢Y3⁢Z3+12⁢X5⁢Y2⁢Z2+8⁢X3⁢Y4⁢Z2+60⁢X3⁢Y3⁢Z3+12⁢X4⁢Y2⁢Z2+28⁢X2⁢Y4⁢Z2+40⁢X2⁢Y3⁢Z3+20⁢X3⁢Y2⁢Z2+28⁢X⁢Y3⁢Z3+32⁢X3⁢Y2⁢Z+58⁢X2⁢Y2⁢Z2+32⁢X3⁢Y⁢Z+32⁢X2⁢Y2⁢Z+32⁢X2⁢Y⁢Z+32⁢X⁢Y2⁢Z+32⁢X⁢Y⁢Z18X4Y4Z432X4Y3Z312X5Y2Z28X3Y4Z260X3Y3Z312X4Y2Z228X2Y4Z240X2Y3Z320X3Y2Z228XY3Z332X3Y2Z58X2Y2Z232X3YZ32X2Y2Z32X2YZ32XY2Z32XYZ18*X^4*Y^4*Z^4+32*X^4*Y^3*Z^3+12*X^5*Y^2*Z^2+8*X^3*Y^4*Z^2+60*X^3*Y^3*Z^3+12*X^4*Y^2*Z^2+28*X^2*Y^4*Z^2+40*X^2*Y^3*Z^3+20*X^3*Y^2*Z^2+28*X*Y^3*Z^3+32*X^3*Y^2*Z+58*X^2*Y^2*Z^2+32*X^3*Y*Z+32*X^2*Y^2*Z+32*X^2*Y*Z+32*X*Y^2*Z+32*X*Y*Z

Algorithm definition

The algorithm ⟨7×9×12:508⟩ 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