Description of fast matrix multiplication algorithm: ⟨6×7×9:264⟩

Algorithm type

6⁢X4⁢Y4⁢Z4+6⁢X4⁢Y3⁢Z4+6⁢X2⁢Y5⁢Z2+4⁢X2⁢Y3⁢Z4+8⁢X2⁢Y4⁢Z2+16⁢X2⁢Y2⁢Z4+15⁢X2⁢Y3⁢Z2+4⁢X2⁢Y⁢Z4+30⁢X2⁢Y2⁢Z2+X⁢Y4⁢Z+18⁢X⁢Y3⁢Z2+X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+28⁢X⁢Y3⁢Z+20⁢X⁢Y2⁢Z2+2⁢X2⁢Y⁢Z+39⁢X⁢Y2⁢Z+19⁢X⁢Y⁢Z2+37⁢X⁢Y⁢Z6X4Y4Z46X4Y3Z46X2Y5Z24X2Y3Z48X2Y4Z216X2Y2Z415X2Y3Z24X2YZ430X2Y2Z2XY4Z18XY3Z2X2Y2Z4X2YZ228XY3Z20XY2Z22X2YZ39XY2Z19XYZ237XYZ6*X^4*Y^4*Z^4+6*X^4*Y^3*Z^4+6*X^2*Y^5*Z^2+4*X^2*Y^3*Z^4+8*X^2*Y^4*Z^2+16*X^2*Y^2*Z^4+15*X^2*Y^3*Z^2+4*X^2*Y*Z^4+30*X^2*Y^2*Z^2+X*Y^4*Z+18*X*Y^3*Z^2+X^2*Y^2*Z+4*X^2*Y*Z^2+28*X*Y^3*Z+20*X*Y^2*Z^2+2*X^2*Y*Z+39*X*Y^2*Z+19*X*Y*Z^2+37*X*Y*Z

Algorithm definition

The algorithm ⟨6×7×9:264⟩ 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