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

Algorithm type

12⁢X4⁢Y6⁢Z4+50⁢X4⁢Y4⁢Z4+4⁢X2⁢Y8⁢Z2+12⁢X4⁢Y2⁢Z4+24⁢X2⁢Y6⁢Z2+8⁢X2⁢Y4⁢Z3+64⁢X2⁢Y4⁢Z2+24⁢X2⁢Y3⁢Z2+24⁢X2⁢Y2⁢Z3+10⁢X⁢Y4⁢Z2+200⁢X2⁢Y2⁢Z2+46⁢X⁢Y4⁢Z+8⁢X⁢Y3⁢Z2+24⁢X2⁢Y⁢Z2+88⁢X⁢Y3⁢Z+4⁢X⁢Y2⁢Z2+92⁢X⁢Y2⁢Z+50⁢X⁢Y⁢Z2+278⁢X⁢Y⁢Z12X4Y6Z450X4Y4Z44X2Y8Z212X4Y2Z424X2Y6Z28X2Y4Z364X2Y4Z224X2Y3Z224X2Y2Z310XY4Z2200X2Y2Z246XY4Z8XY3Z224X2YZ288XY3Z4XY2Z292XY2Z50XYZ2278XYZ12*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