Description of fast matrix multiplication algorithm: ⟨8×14×14:1004⟩

Algorithm type

52⁢X4⁢Y4⁢Z4+4⁢X2⁢Y8⁢Z2+20⁢X4⁢Y3⁢Z4+16⁢X4⁢Y3⁢Z3+4⁢X4⁢Y2⁢Z4+22⁢X2⁢Y6⁢Z2+36⁢X2⁢Y5⁢Z2+4⁢X4⁢Y2⁢Z2+6⁢X2⁢Y4⁢Z2+296⁢X2⁢Y2⁢Z2+24⁢X⁢Y4⁢Z+8⁢X3⁢Y⁢Z+8⁢X2⁢Y2⁢Z+24⁢X2⁢Y⁢Z2+104⁢X⁢Y3⁢Z+8⁢X⁢Y⁢Z3+40⁢X2⁢Y⁢Z+24⁢X⁢Y2⁢Z+32⁢X⁢Y⁢Z2+272⁢X⁢Y⁢Z52X4Y4Z44X2Y8Z220X4Y3Z416X4Y3Z34X4Y2Z422X2Y6Z236X2Y5Z24X4Y2Z26X2Y4Z2296X2Y2Z224XY4Z8X3YZ8X2Y2Z24X2YZ2104XY3Z8XYZ340X2YZ24XY2Z32XYZ2272XYZ52*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+20*X^4*Y^3*Z^4+16*X^4*Y^3*Z^3+4*X^4*Y^2*Z^4+22*X^2*Y^6*Z^2+36*X^2*Y^5*Z^2+4*X^4*Y^2*Z^2+6*X^2*Y^4*Z^2+296*X^2*Y^2*Z^2+24*X*Y^4*Z+8*X^3*Y*Z+8*X^2*Y^2*Z+24*X^2*Y*Z^2+104*X*Y^3*Z+8*X*Y*Z^3+40*X^2*Y*Z+24*X*Y^2*Z+32*X*Y*Z^2+272*X*Y*Z

Algorithm definition

The algorithm ⟨8×14×14:1004⟩ 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