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

Algorithm type

8X4Y4Z4+16X6Y3Z2+16X2Y3Z6+2XY3Z6+8X5Y3Z+22XY3Z5+16X4Y3Z+6X4Y2Z2+32X3Y3Z2+4X2Y4Z2+32X2Y3Z3+6X2Y2Z4+48X3Y3Z+48XY3Z3+30X2Y2Z2+6X2YZ+4XY2Z+6XYZ2+22XYZ8X4Y4Z416X6Y3Z216X2Y3Z62XY3Z68X5Y3Z22XY3Z516X4Y3Z6X4Y2Z232X3Y3Z24X2Y4Z232X2Y3Z36X2Y2Z448X3Y3Z48XY3Z330X2Y2Z26X2YZ4XY2Z6XYZ222XYZ8*X^4*Y^4*Z^4+16*X^6*Y^3*Z^2+16*X^2*Y^3*Z^6+2*X*Y^3*Z^6+8*X^5*Y^3*Z+22*X*Y^3*Z^5+16*X^4*Y^3*Z+6*X^4*Y^2*Z^2+32*X^3*Y^3*Z^2+4*X^2*Y^4*Z^2+32*X^2*Y^3*Z^3+6*X^2*Y^2*Z^4+48*X^3*Y^3*Z+48*X*Y^3*Z^3+30*X^2*Y^2*Z^2+6*X^2*Y*Z+4*X*Y^2*Z+6*X*Y*Z^2+22*X*Y*Z

Algorithm definition

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