Description of fast matrix multiplication algorithm: ⟨6×14×16:864⟩

Algorithm type

16X4Y6Z4+28X4Y4Z4+8X2Y8Z2+16X2Y3Z6+25X2Y6Z2+28X2Y2Z6+13X2Y5Z2+46X2Y4Z2+2XY6Z+8XY4Z3+97X2Y3Z2+20XY5Z+24XY3Z3+22X2Y3Z+115X2Y2Z2+50XY4Z+24XY2Z3+44X2Y2Z+110XY3Z+8XYZ3+42X2YZ+94XY2Z+24XYZ16X4Y6Z428X4Y4Z48X2Y8Z216X2Y3Z625X2Y6Z228X2Y2Z613X2Y5Z246X2Y4Z22XY6Z8XY4Z397X2Y3Z220XY5Z24XY3Z322X2Y3Z115X2Y2Z250XY4Z24XY2Z344X2Y2Z110XY3Z8XYZ342X2YZ94XY2Z24XYZ16*X^4*Y^6*Z^4+28*X^4*Y^4*Z^4+8*X^2*Y^8*Z^2+16*X^2*Y^3*Z^6+25*X^2*Y^6*Z^2+28*X^2*Y^2*Z^6+13*X^2*Y^5*Z^2+46*X^2*Y^4*Z^2+2*X*Y^6*Z+8*X*Y^4*Z^3+97*X^2*Y^3*Z^2+20*X*Y^5*Z+24*X*Y^3*Z^3+22*X^2*Y^3*Z+115*X^2*Y^2*Z^2+50*X*Y^4*Z+24*X*Y^2*Z^3+44*X^2*Y^2*Z+110*X*Y^3*Z+8*X*Y*Z^3+42*X^2*Y*Z+94*X*Y^2*Z+24*X*Y*Z

Algorithm definition

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