Description of fast matrix multiplication algorithm: ⟨7×10×16:736⟩

Algorithm type

40X4Y8Z4+8X2Y8Z4+32X2Y8Z2+48X2Y4Z4+8XY4Z4+96X2Y4Z2+24X2Y2Z4+24XY4Z3+24XY4Z2+56X2Y2Z2+88XY4Z+48XYZ4+24XYZ3+48XYZ2+168XYZ40X4Y8Z48X2Y8Z432X2Y8Z248X2Y4Z48XY4Z496X2Y4Z224X2Y2Z424XY4Z324XY4Z256X2Y2Z288XY4Z48XYZ424XYZ348XYZ2168XYZ40*X^4*Y^8*Z^4+8*X^2*Y^8*Z^4+32*X^2*Y^8*Z^2+48*X^2*Y^4*Z^4+8*X*Y^4*Z^4+96*X^2*Y^4*Z^2+24*X^2*Y^2*Z^4+24*X*Y^4*Z^3+24*X*Y^4*Z^2+56*X^2*Y^2*Z^2+88*X*Y^4*Z+48*X*Y*Z^4+24*X*Y*Z^3+48*X*Y*Z^2+168*X*Y*Z

Algorithm definition

The algorithm ⟨7×10×16:736⟩ 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