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

Algorithm type

3⁢X4⁢Y6⁢Z4+5⁢X4⁢Y5⁢Z4+36⁢X4⁢Y4⁢Z4+2⁢X6⁢Y3⁢Z2+4⁢X6⁢Y2⁢Z2+24⁢X2⁢Y6⁢Z2+6⁢X2⁢Y4⁢Z4+12⁢X2⁢Y2⁢Z6+2⁢X⁢Y8⁢Z+2⁢X4⁢Y3⁢Z2+20⁢X2⁢Y5⁢Z2+2⁢X2⁢Y3⁢Z4+6⁢X⁢Y7⁢Z+4⁢X⁢Y6⁢Z2+4⁢X4⁢Y2⁢Z2+73⁢X2⁢Y4⁢Z2+20⁢X2⁢Y2⁢Z4+11⁢X⁢Y6⁢Z+10⁢X3⁢Y3⁢Z+4⁢X3⁢Y2⁢Z2+52⁢X2⁢Y3⁢Z2+4⁢X2⁢Y2⁢Z3+20⁢X⁢Y5⁢Z+8⁢X⁢Y4⁢Z2+8⁢X⁢Y3⁢Z3+22⁢X3⁢Y2⁢Z+4⁢X3⁢Y⁢Z2+4⁢X2⁢Y3⁢Z+85⁢X2⁢Y2⁢Z2+4⁢X2⁢Y⁢Z3+47⁢X⁢Y4⁢Z+18⁢X⁢Y3⁢Z2+20⁢X⁢Y2⁢Z3+12⁢X3⁢Y⁢Z+8⁢X2⁢Y2⁢Z+53⁢X⁢Y3⁢Z+46⁢X⁢Y2⁢Z2+28⁢X⁢Y⁢Z3+4⁢X2⁢Y⁢Z+53⁢X⁢Y2⁢Z+36⁢X⁢Y⁢Z2+28⁢X⁢Y⁢Z3X4Y6Z45X4Y5Z436X4Y4Z42X6Y3Z24X6Y2Z224X2Y6Z26X2Y4Z412X2Y2Z62XY8Z2X4Y3Z220X2Y5Z22X2Y3Z46XY7Z4XY6Z24X4Y2Z273X2Y4Z220X2Y2Z411XY6Z10X3Y3Z4X3Y2Z252X2Y3Z24X2Y2Z320XY5Z8XY4Z28XY3Z322X3Y2Z4X3YZ24X2Y3Z85X2Y2Z24X2YZ347XY4Z18XY3Z220XY2Z312X3YZ8X2Y2Z53XY3Z46XY2Z228XYZ34X2YZ53XY2Z36XYZ228XYZ3*X^4*Y^6*Z^4+5*X^4*Y^5*Z^4+36*X^4*Y^4*Z^4+2*X^6*Y^3*Z^2+4*X^6*Y^2*Z^2+24*X^2*Y^6*Z^2+6*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+2*X*Y^8*Z+2*X^4*Y^3*Z^2+20*X^2*Y^5*Z^2+2*X^2*Y^3*Z^4+6*X*Y^7*Z+4*X*Y^6*Z^2+4*X^4*Y^2*Z^2+73*X^2*Y^4*Z^2+20*X^2*Y^2*Z^4+11*X*Y^6*Z+10*X^3*Y^3*Z+4*X^3*Y^2*Z^2+52*X^2*Y^3*Z^2+4*X^2*Y^2*Z^3+20*X*Y^5*Z+8*X*Y^4*Z^2+8*X*Y^3*Z^3+22*X^3*Y^2*Z+4*X^3*Y*Z^2+4*X^2*Y^3*Z+85*X^2*Y^2*Z^2+4*X^2*Y*Z^3+47*X*Y^4*Z+18*X*Y^3*Z^2+20*X*Y^2*Z^3+12*X^3*Y*Z+8*X^2*Y^2*Z+53*X*Y^3*Z+46*X*Y^2*Z^2+28*X*Y*Z^3+4*X^2*Y*Z+53*X*Y^2*Z+36*X*Y*Z^2+28*X*Y*Z

Algorithm definition

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