Description of fast matrix multiplication algorithm: ⟨7×14×16:1022⟩

Algorithm type

12X4Y6Z4+50X4Y4Z4+4X2Y8Z2+12X4Y2Z4+24X2Y6Z2+8X2Y4Z3+64X2Y4Z2+24X2Y3Z2+24X2Y2Z3+10XY4Z2+200X2Y2Z2+46XY4Z+8XY3Z2+24X2YZ2+88XY3Z+4XY2Z2+92XY2Z+50XYZ2+278XYZ12X4Y6Z450X4Y4Z44X2Y8Z212X4Y2Z424X2Y6Z28X2Y4Z364X2Y4Z224X2Y3Z224X2Y2Z310XY4Z2200X2Y2Z246XY4Z8XY3Z224X2YZ288XY3Z4XY2Z292XY2Z50XYZ2278XYZ12*X^4*Y^6*Z^4+50*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+12*X^4*Y^2*Z^4+24*X^2*Y^6*Z^2+8*X^2*Y^4*Z^3+64*X^2*Y^4*Z^2+24*X^2*Y^3*Z^2+24*X^2*Y^2*Z^3+10*X*Y^4*Z^2+200*X^2*Y^2*Z^2+46*X*Y^4*Z+8*X*Y^3*Z^2+24*X^2*Y*Z^2+88*X*Y^3*Z+4*X*Y^2*Z^2+92*X*Y^2*Z+50*X*Y*Z^2+278*X*Y*Z

Algorithm definition

The algorithm ⟨7×14×16:1022⟩ 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