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

Algorithm type

8⁢X4⁢Y4⁢Z4+16⁢X6⁢Y3⁢Z2+16⁢X2⁢Y3⁢Z6+2⁢X⁢Y3⁢Z6+8⁢X5⁢Y3⁢Z+22⁢X⁢Y3⁢Z5+16⁢X4⁢Y3⁢Z+6⁢X4⁢Y2⁢Z2+32⁢X3⁢Y3⁢Z2+4⁢X2⁢Y4⁢Z2+32⁢X2⁢Y3⁢Z3+6⁢X2⁢Y2⁢Z4+48⁢X3⁢Y3⁢Z+48⁢X⁢Y3⁢Z3+30⁢X2⁢Y2⁢Z2+6⁢X2⁢Y⁢Z+4⁢X⁢Y2⁢Z+6⁢X⁢Y⁢Z2+22⁢X⁢Y⁢Z8X4Y4Z416X6Y3Z216X2Y3Z62XY3Z68X5Y3Z22XY3Z516X4Y3Z6X4Y2Z232X3Y3Z24X2Y4Z232X2Y3Z36X2Y2Z448X3Y3Z48XY3Z330X2Y2Z26X2YZ4XY2Z6XYZ222XYZ8*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