Description of fast matrix multiplication algorithm: ⟨4×14×15:557⟩

Algorithm type

16X4Y8Z4+16X4Y6Z4+17X2Y10Z2+32X2Y8Z2+18XY10Z+X2Y7Z2+37X2Y6Z2+18XY8Z+4X2Y5Z2+5XY7Z+30X2Y4Z2+21XY6Z+29X2Y3Z2+15XY5Z+49X2Y2Z2+32XY4Z+8X2YZ2+70XY3Z+79XY2Z+60XYZ16X4Y8Z416X4Y6Z417X2Y10Z232X2Y8Z218XY10ZX2Y7Z237X2Y6Z218XY8Z4X2Y5Z25XY7Z30X2Y4Z221XY6Z29X2Y3Z215XY5Z49X2Y2Z232XY4Z8X2YZ270XY3Z79XY2Z60XYZ16*X^4*Y^8*Z^4+16*X^4*Y^6*Z^4+17*X^2*Y^10*Z^2+32*X^2*Y^8*Z^2+18*X*Y^10*Z+X^2*Y^7*Z^2+37*X^2*Y^6*Z^2+18*X*Y^8*Z+4*X^2*Y^5*Z^2+5*X*Y^7*Z+30*X^2*Y^4*Z^2+21*X*Y^6*Z+29*X^2*Y^3*Z^2+15*X*Y^5*Z+49*X^2*Y^2*Z^2+32*X*Y^4*Z+8*X^2*Y*Z^2+70*X*Y^3*Z+79*X*Y^2*Z+60*X*Y*Z

Algorithm definition

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