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

Algorithm type

40⁢X4⁢Y8⁢Z4+8⁢X2⁢Y8⁢Z4+32⁢X2⁢Y8⁢Z2+48⁢X2⁢Y4⁢Z4+8⁢X⁢Y4⁢Z4+96⁢X2⁢Y4⁢Z2+24⁢X2⁢Y2⁢Z4+24⁢X⁢Y4⁢Z3+24⁢X⁢Y4⁢Z2+56⁢X2⁢Y2⁢Z2+88⁢X⁢Y4⁢Z+48⁢X⁢Y⁢Z4+24⁢X⁢Y⁢Z3+48⁢X⁢Y⁢Z2+168⁢X⁢Y⁢Z40X4Y8Z48X2Y8Z432X2Y8Z248X2Y4Z48XY4Z496X2Y4Z224X2Y2Z424XY4Z324XY4Z256X2Y2Z288XY4Z48XYZ424XYZ348XYZ2168XYZ40*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