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

Algorithm type

3X4Y6Z4+5X4Y5Z4+36X4Y4Z4+2X6Y3Z2+4X6Y2Z2+24X2Y6Z2+6X2Y4Z4+12X2Y2Z6+2XY8Z+2X4Y3Z2+20X2Y5Z2+2X2Y3Z4+6XY7Z+4XY6Z2+4X4Y2Z2+73X2Y4Z2+20X2Y2Z4+11XY6Z+10X3Y3Z+4X3Y2Z2+52X2Y3Z2+4X2Y2Z3+20XY5Z+8XY4Z2+8XY3Z3+22X3Y2Z+4X3YZ2+4X2Y3Z+85X2Y2Z2+4X2YZ3+47XY4Z+18XY3Z2+20XY2Z3+12X3YZ+8X2Y2Z+53XY3Z+46XY2Z2+28XYZ3+4X2YZ+53XY2Z+36XYZ2+28XYZ3X4Y6Z45X4Y5Z436X4Y4Z42X6Y3Z24X6Y2Z224X2Y6Z26X2Y4Z412X2Y2Z62XY8Z2X4Y3Z220X2Y5Z22X2Y3Z46XY7Z4XY6Z24X4Y2Z273X2Y4Z220X2Y2Z411XY6Z10X3Y3Z4X3Y2Z252X2Y3Z24X2Y2Z320XY5Z8XY4Z28XY3Z322X3Y2Z4X3YZ24X2Y3Z85X2Y2Z24X2YZ347XY4Z18XY3Z220XY2Z312X3YZ8X2Y2Z53XY3Z46XY2Z228XYZ34X2YZ53XY2Z36XYZ228XYZ3*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