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

Algorithm type

18X4Y4Z4+32X4Y3Z3+12X5Y2Z2+8X3Y4Z2+60X3Y3Z3+12X4Y2Z2+28X2Y4Z2+40X2Y3Z3+20X3Y2Z2+28XY3Z3+32X3Y2Z+58X2Y2Z2+32X3YZ+32X2Y2Z+32X2YZ+32XY2Z+32XYZ18X4Y4Z432X4Y3Z312X5Y2Z28X3Y4Z260X3Y3Z312X4Y2Z228X2Y4Z240X2Y3Z320X3Y2Z228XY3Z332X3Y2Z58X2Y2Z232X3YZ32X2Y2Z32X2YZ32XY2Z32XYZ18*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