Description of fast matrix multiplication algorithm: ⟨4×11×15:449⟩

Algorithm type

X4Y6Z4+5X4Y5Z4+11X4Y4Z4+16X2Y7Z2+18X2Y6Z2+32X2Y5Z2+X2Y3Z4+16XY7Z+32X2Y4Z2+20XY6Z+XY5Z2+30X2Y3Z2+34XY5Z+31X2Y2Z2+20XY4Z+2XY3Z2+102XY3Z+2XY2Z2+47XY2Z+XYZ2+27XYZX4Y6Z45X4Y5Z411X4Y4Z416X2Y7Z218X2Y6Z232X2Y5Z2X2Y3Z416XY7Z32X2Y4Z220XY6ZXY5Z230X2Y3Z234XY5Z31X2Y2Z220XY4Z2XY3Z2102XY3Z2XY2Z247XY2ZXYZ227XYZX^4*Y^6*Z^4+5*X^4*Y^5*Z^4+11*X^4*Y^4*Z^4+16*X^2*Y^7*Z^2+18*X^2*Y^6*Z^2+32*X^2*Y^5*Z^2+X^2*Y^3*Z^4+16*X*Y^7*Z+32*X^2*Y^4*Z^2+20*X*Y^6*Z+X*Y^5*Z^2+30*X^2*Y^3*Z^2+34*X*Y^5*Z+31*X^2*Y^2*Z^2+20*X*Y^4*Z+2*X*Y^3*Z^2+102*X*Y^3*Z+2*X*Y^2*Z^2+47*X*Y^2*Z+X*Y*Z^2+27*X*Y*Z

Algorithm definition

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