Description of fast matrix multiplication algorithm: ⟨9×14×16:1254⟩

Algorithm type

24⁢X4⁢Y6⁢Z4+60⁢X4⁢Y4⁢Z4+8⁢X2⁢Y8⁢Z2+24⁢X2⁢Y3⁢Z6+24⁢X4⁢Y2⁢Z4+48⁢X2⁢Y6⁢Z2+60⁢X2⁢Y2⁢Z6+24⁢X2⁢Y3⁢Z4+24⁢X2⁢Y⁢Z6+48⁢X2⁢Y4⁢Z2+60⁢X2⁢Y2⁢Z4+8⁢X⁢Y4⁢Z3+24⁢X2⁢Y3⁢Z2+24⁢X2⁢Y2⁢Z3+24⁢X2⁢Y⁢Z4+8⁢X⁢Y4⁢Z2+48⁢X⁢Y3⁢Z3+166⁢X2⁢Y2⁢Z2+8⁢X⁢Y4⁢Z+48⁢X⁢Y3⁢Z2+48⁢X⁢Y2⁢Z3+35⁢X2⁢Y⁢Z2+48⁢X⁢Y3⁢Z+50⁢X⁢Y2⁢Z2+46⁢X⁢Y⁢Z3+31⁢X2⁢Y⁢Z+68⁢X⁢Y2⁢Z+61⁢X⁢Y⁢Z2+105⁢X⁢Y⁢Z24X4Y6Z460X4Y4Z48X2Y8Z224X2Y3Z624X4Y2Z448X2Y6Z260X2Y2Z624X2Y3Z424X2YZ648X2Y4Z260X2Y2Z48XY4Z324X2Y3Z224X2Y2Z324X2YZ48XY4Z248XY3Z3166X2Y2Z28XY4Z48XY3Z248XY2Z335X2YZ248XY3Z50XY2Z246XYZ331X2YZ68XY2Z61XYZ2105XYZ24*X^4*Y^6*Z^4+60*X^4*Y^4*Z^4+8*X^2*Y^8*Z^2+24*X^2*Y^3*Z^6+24*X^4*Y^2*Z^4+48*X^2*Y^6*Z^2+60*X^2*Y^2*Z^6+24*X^2*Y^3*Z^4+24*X^2*Y*Z^6+48*X^2*Y^4*Z^2+60*X^2*Y^2*Z^4+8*X*Y^4*Z^3+24*X^2*Y^3*Z^2+24*X^2*Y^2*Z^3+24*X^2*Y*Z^4+8*X*Y^4*Z^2+48*X*Y^3*Z^3+166*X^2*Y^2*Z^2+8*X*Y^4*Z+48*X*Y^3*Z^2+48*X*Y^2*Z^3+35*X^2*Y*Z^2+48*X*Y^3*Z+50*X*Y^2*Z^2+46*X*Y*Z^3+31*X^2*Y*Z+68*X*Y^2*Z+61*X*Y*Z^2+105*X*Y*Z

Algorithm definition

The algorithm ⟨9×14×16:1254⟩ 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