Description of fast matrix multiplication algorithm: ⟨4×15×16:632⟩

Algorithm type

32X4Y8Z4+X2Y9Z2+69X2Y8Z2+X2Y7Z2+6XY9Z+2X2Y6Z2+39XY8Z+9X2Y5Z2+10XY7Z+29X2Y4Z2+17XY6Z+41X2Y3Z2+30XY5Z+80X2Y2Z2+22XY4Z+107XY3Z+44XY2Z+93XYZ32X4Y8Z4X2Y9Z269X2Y8Z2X2Y7Z26XY9Z2X2Y6Z239XY8Z9X2Y5Z210XY7Z29X2Y4Z217XY6Z41X2Y3Z230XY5Z80X2Y2Z222XY4Z107XY3Z44XY2Z93XYZ32*X^4*Y^8*Z^4+X^2*Y^9*Z^2+69*X^2*Y^8*Z^2+X^2*Y^7*Z^2+6*X*Y^9*Z+2*X^2*Y^6*Z^2+39*X*Y^8*Z+9*X^2*Y^5*Z^2+10*X*Y^7*Z+29*X^2*Y^4*Z^2+17*X*Y^6*Z+41*X^2*Y^3*Z^2+30*X*Y^5*Z+80*X^2*Y^2*Z^2+22*X*Y^4*Z+107*X*Y^3*Z+44*X*Y^2*Z+93*X*Y*Z

Algorithm definition

The algorithm ⟨4×15×16:632⟩ 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