Description of fast matrix multiplication algorithm: ⟨14×15×15:1890⟩

Algorithm type

16⁢X6⁢Y2⁢Z5+24⁢X6⁢Y⁢Z5+144⁢X4⁢Y4⁢Z4+X2⁢Y2⁢Z5+45⁢X4⁢Y2⁢Z2+318⁢X2⁢Y4⁢Z2+47⁢X2⁢Y2⁢Z4+18⁢X2⁢Y2⁢Z3+X2⁢Y⁢Z4+X⁢Y⁢Z5+2⁢X3⁢Y⁢Z2+9⁢X2⁢Y3⁢Z+385⁢X2⁢Y2⁢Z2+3⁢X2⁢Y⁢Z3+60⁢X⁢Y4⁢Z+2⁢X⁢Y⁢Z4+18⁢X3⁢Y⁢Z+90⁢X2⁢Y2⁢Z+33⁢X2⁢Y⁢Z2+X⁢Y3⁢Z+90⁢X⁢Y2⁢Z2+24⁢X⁢Y⁢Z3+122⁢X2⁢Y⁢Z+156⁢X⁢Y2⁢Z+149⁢X⁢Y⁢Z2+131⁢X⁢Y⁢Z16X6Y2Z524X6YZ5144X4Y4Z4X2Y2Z545X4Y2Z2318X2Y4Z247X2Y2Z418X2Y2Z3X2YZ4XYZ52X3YZ29X2Y3Z385X2Y2Z23X2YZ360XY4Z2XYZ418X3YZ90X2Y2Z33X2YZ2XY3Z90XY2Z224XYZ3122X2YZ156XY2Z149XYZ2131XYZ16*X^6*Y^2*Z^5+24*X^6*Y*Z^5+144*X^4*Y^4*Z^4+X^2*Y^2*Z^5+45*X^4*Y^2*Z^2+318*X^2*Y^4*Z^2+47*X^2*Y^2*Z^4+18*X^2*Y^2*Z^3+X^2*Y*Z^4+X*Y*Z^5+2*X^3*Y*Z^2+9*X^2*Y^3*Z+385*X^2*Y^2*Z^2+3*X^2*Y*Z^3+60*X*Y^4*Z+2*X*Y*Z^4+18*X^3*Y*Z+90*X^2*Y^2*Z+33*X^2*Y*Z^2+X*Y^3*Z+90*X*Y^2*Z^2+24*X*Y*Z^3+122*X^2*Y*Z+156*X*Y^2*Z+149*X*Y*Z^2+131*X*Y*Z

Algorithm definition

The algorithm ⟨14×15×15:1890⟩ 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