Description of fast matrix multiplication algorithm: ⟨12×14×16:1617⟩

Algorithm type

10⁢X4⁢Y6⁢Z8+24⁢X4⁢Y6⁢Z6+31⁢X4⁢Y4⁢Z8+2⁢X4⁢Y6⁢Z4+53⁢X4⁢Y4⁢Z6+8⁢X4⁢Y2⁢Z8+8⁢X2⁢Y8⁢Z4+10⁢X2⁢Y3⁢Z8+4⁢X6⁢Y2⁢Z4+13⁢X4⁢Y4⁢Z4+10⁢X4⁢Y2⁢Z6+4⁢X2⁢Y8⁢Z2+48⁢X2⁢Y6⁢Z4+14⁢X2⁢Y3⁢Z7+35⁢X2⁢Y2⁢Z8+12⁢X2⁢Y3⁢Z6+30⁢X2⁢Y2⁢Z7+2⁢X2⁢Y⁢Z8+24⁢X4⁢Y2⁢Z4+24⁢X2⁢Y6⁢Z2+64⁢X2⁢Y4⁢Z4+16⁢X2⁢Y3⁢Z5+33⁢X2⁢Y2⁢Z6+4⁢X2⁢Y⁢Z7+8⁢X2⁢Y3⁢Z4+35⁢X2⁢Y2⁢Z5+18⁢X2⁢Y⁢Z6+2⁢X⁢Y4⁢Z4+8⁢X3⁢Y⁢Z4+8⁢X2⁢Y4⁢Z2+89⁢X2⁢Y2⁢Z4+6⁢X2⁢Y⁢Z5+10⁢X⁢Y4⁢Z3+64⁢X⁢Y3⁢Z4+48⁢X2⁢Y3⁢Z2+34⁢X2⁢Y⁢Z4+40⁢X⁢Y3⁢Z3+68⁢X⁢Y2⁢Z4+140⁢X2⁢Y2⁢Z2+24⁢X⁢Y4⁢Z+36⁢X⁢Y2⁢Z3+86⁢X⁢Y⁢Z4+56⁢X2⁢Y⁢Z2+112⁢X⁢Y3⁢Z+34⁢X⁢Y⁢Z3+112⁢X⁢Y2⁢Z+96⁢X⁢Y⁢Z10X4Y6Z824X4Y6Z631X4Y4Z82X4Y6Z453X4Y4Z68X4Y2Z88X2Y8Z410X2Y3Z84X6Y2Z413X4Y4Z410X4Y2Z64X2Y8Z248X2Y6Z414X2Y3Z735X2Y2Z812X2Y3Z630X2Y2Z72X2YZ824X4Y2Z424X2Y6Z264X2Y4Z416X2Y3Z533X2Y2Z64X2YZ78X2Y3Z435X2Y2Z518X2YZ62XY4Z48X3YZ48X2Y4Z289X2Y2Z46X2YZ510XY4Z364XY3Z448X2Y3Z234X2YZ440XY3Z368XY2Z4140X2Y2Z224XY4Z36XY2Z386XYZ456X2YZ2112XY3Z34XYZ3112XY2Z96XYZ10*X^4*Y^6*Z^8+24*X^4*Y^6*Z^6+31*X^4*Y^4*Z^8+2*X^4*Y^6*Z^4+53*X^4*Y^4*Z^6+8*X^4*Y^2*Z^8+8*X^2*Y^8*Z^4+10*X^2*Y^3*Z^8+4*X^6*Y^2*Z^4+13*X^4*Y^4*Z^4+10*X^4*Y^2*Z^6+4*X^2*Y^8*Z^2+48*X^2*Y^6*Z^4+14*X^2*Y^3*Z^7+35*X^2*Y^2*Z^8+12*X^2*Y^3*Z^6+30*X^2*Y^2*Z^7+2*X^2*Y*Z^8+24*X^4*Y^2*Z^4+24*X^2*Y^6*Z^2+64*X^2*Y^4*Z^4+16*X^2*Y^3*Z^5+33*X^2*Y^2*Z^6+4*X^2*Y*Z^7+8*X^2*Y^3*Z^4+35*X^2*Y^2*Z^5+18*X^2*Y*Z^6+2*X*Y^4*Z^4+8*X^3*Y*Z^4+8*X^2*Y^4*Z^2+89*X^2*Y^2*Z^4+6*X^2*Y*Z^5+10*X*Y^4*Z^3+64*X*Y^3*Z^4+48*X^2*Y^3*Z^2+34*X^2*Y*Z^4+40*X*Y^3*Z^3+68*X*Y^2*Z^4+140*X^2*Y^2*Z^2+24*X*Y^4*Z+36*X*Y^2*Z^3+86*X*Y*Z^4+56*X^2*Y*Z^2+112*X*Y^3*Z+34*X*Y*Z^3+112*X*Y^2*Z+96*X*Y*Z

Algorithm definition

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