Description of fast matrix multiplication algorithm: ⟨3×7×14:219⟩

Algorithm type

8⁢X2⁢Y3⁢Z2+3⁢X⁢Y5⁢Z+2⁢X⁢Y4⁢Z2+X⁢Y3⁢Z3+X2⁢Y3⁢Z+67⁢X2⁢Y2⁢Z2+13⁢X⁢Y4⁢Z+X⁢Y3⁢Z2+2⁢X⁢Y2⁢Z3+10⁢X3⁢Y⁢Z+19⁢X2⁢Y2⁢Z+X2⁢Y⁢Z2+12⁢X⁢Y3⁢Z+7⁢X⁢Y2⁢Z2+8⁢X⁢Y⁢Z3+35⁢X2⁢Y⁢Z+25⁢X⁢Y2⁢Z+4⁢X⁢Y⁢Z8X2Y3Z23XY5Z2XY4Z2XY3Z3X2Y3Z67X2Y2Z213XY4ZXY3Z22XY2Z310X3YZ19X2Y2ZX2YZ212XY3Z7XY2Z28XYZ335X2YZ25XY2Z4XYZ8*X^2*Y^3*Z^2+3*X*Y^5*Z+2*X*Y^4*Z^2+X*Y^3*Z^3+X^2*Y^3*Z+67*X^2*Y^2*Z^2+13*X*Y^4*Z+X*Y^3*Z^2+2*X*Y^2*Z^3+10*X^3*Y*Z+19*X^2*Y^2*Z+X^2*Y*Z^2+12*X*Y^3*Z+7*X*Y^2*Z^2+8*X*Y*Z^3+35*X^2*Y*Z+25*X*Y^2*Z+4*X*Y*Z

Algorithm definition

The algorithm ⟨3×7×14:219⟩ 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