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

Algorithm type

5⁢X4⁢Y6⁢Z4+3⁢X4⁢Y6⁢Z3+2⁢X2⁢Y8⁢Z3+48⁢X4⁢Y4⁢Z4+4⁢X2⁢Y8⁢Z2+2⁢X6⁢Y2⁢Z3+50⁢X4⁢Y4⁢Z3+2⁢X2⁢Y8⁢Z+8⁢X2⁢Y6⁢Z3+10⁢X6⁢Y2⁢Z2+16⁢X4⁢Y4⁢Z2+8⁢X2⁢Y6⁢Z2+4⁢X2⁢Y3⁢Z5+4⁢X6⁢Y2⁢Z+6⁢X4⁢Y4⁢Z+4⁢X4⁢Y2⁢Z3+21⁢X2⁢Y4⁢Z3+5⁢X2⁢Y3⁢Z4+77⁢X2⁢Y2⁢Z5+4⁢X⁢Y⁢Z7+32⁢X4⁢Y2⁢Z2+32⁢X2⁢Y4⁢Z2+6⁢X2⁢Y3⁢Z3+94⁢X2⁢Y2⁢Z4+4⁢X⁢Y4⁢Z3+12⁢X4⁢Y2⁢Z+7⁢X3⁢Y⁢Z3+7⁢X2⁢Y4⁢Z+5⁢X2⁢Y3⁢Z2+109⁢X2⁢Y2⁢Z3+10⁢X⁢Y4⁢Z2+20⁢X⁢Y3⁢Z3+13⁢X⁢Y⁢Z5+21⁢X3⁢Y⁢Z2+110⁢X2⁢Y2⁢Z2+38⁢X2⁢Y⁢Z3+6⁢X⁢Y4⁢Z+10⁢X⁢Y3⁢Z2+67⁢X⁢Y2⁢Z3+6⁢X⁢Y⁢Z4+12⁢X3⁢Y⁢Z+22⁢X2⁢Y2⁢Z+67⁢X2⁢Y⁢Z2+10⁢X⁢Y3⁢Z+63⁢X⁢Y2⁢Z2+71⁢X⁢Y⁢Z3+38⁢X2⁢Y⁢Z+50⁢X⁢Y2⁢Z+47⁢X⁢Y⁢Z2+42⁢X⁢Y⁢Z5X4Y6Z43X4Y6Z32X2Y8Z348X4Y4Z44X2Y8Z22X6Y2Z350X4Y4Z32X2Y8Z8X2Y6Z310X6Y2Z216X4Y4Z28X2Y6Z24X2Y3Z54X6Y2Z6X4Y4Z4X4Y2Z321X2Y4Z35X2Y3Z477X2Y2Z54XYZ732X4Y2Z232X2Y4Z26X2Y3Z394X2Y2Z44XY4Z312X4Y2Z7X3YZ37X2Y4Z5X2Y3Z2109X2Y2Z310XY4Z220XY3Z313XYZ521X3YZ2110X2Y2Z238X2YZ36XY4Z10XY3Z267XY2Z36XYZ412X3YZ22X2Y2Z67X2YZ210XY3Z63XY2Z271XYZ338X2YZ50XY2Z47XYZ242XYZ5*X^4*Y^6*Z^4+3*X^4*Y^6*Z^3+2*X^2*Y^8*Z^3+48*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+2*X^6*Y^2*Z^3+50*X^4*Y^4*Z^3+2*X^2*Y^8*Z+8*X^2*Y^6*Z^3+10*X^6*Y^2*Z^2+16*X^4*Y^4*Z^2+8*X^2*Y^6*Z^2+4*X^2*Y^3*Z^5+4*X^6*Y^2*Z+6*X^4*Y^4*Z+4*X^4*Y^2*Z^3+21*X^2*Y^4*Z^3+5*X^2*Y^3*Z^4+77*X^2*Y^2*Z^5+4*X*Y*Z^7+32*X^4*Y^2*Z^2+32*X^2*Y^4*Z^2+6*X^2*Y^3*Z^3+94*X^2*Y^2*Z^4+4*X*Y^4*Z^3+12*X^4*Y^2*Z+7*X^3*Y*Z^3+7*X^2*Y^4*Z+5*X^2*Y^3*Z^2+109*X^2*Y^2*Z^3+10*X*Y^4*Z^2+20*X*Y^3*Z^3+13*X*Y*Z^5+21*X^3*Y*Z^2+110*X^2*Y^2*Z^2+38*X^2*Y*Z^3+6*X*Y^4*Z+10*X*Y^3*Z^2+67*X*Y^2*Z^3+6*X*Y*Z^4+12*X^3*Y*Z+22*X^2*Y^2*Z+67*X^2*Y*Z^2+10*X*Y^3*Z+63*X*Y^2*Z^2+71*X*Y*Z^3+38*X^2*Y*Z+50*X*Y^2*Z+47*X*Y*Z^2+42*X*Y*Z

Algorithm definition

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