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

Algorithm type

16⁢X4⁢Y6⁢Z4+28⁢X4⁢Y4⁢Z4+8⁢X2⁢Y8⁢Z2+16⁢X2⁢Y3⁢Z6+25⁢X2⁢Y6⁢Z2+28⁢X2⁢Y2⁢Z6+13⁢X2⁢Y5⁢Z2+46⁢X2⁢Y4⁢Z2+2⁢X⁢Y6⁢Z+8⁢X⁢Y4⁢Z3+97⁢X2⁢Y3⁢Z2+20⁢X⁢Y5⁢Z+24⁢X⁢Y3⁢Z3+22⁢X2⁢Y3⁢Z+115⁢X2⁢Y2⁢Z2+50⁢X⁢Y4⁢Z+24⁢X⁢Y2⁢Z3+44⁢X2⁢Y2⁢Z+110⁢X⁢Y3⁢Z+8⁢X⁢Y⁢Z3+42⁢X2⁢Y⁢Z+94⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z16X4Y6Z428X4Y4Z48X2Y8Z216X2Y3Z625X2Y6Z228X2Y2Z613X2Y5Z246X2Y4Z22XY6Z8XY4Z397X2Y3Z220XY5Z24XY3Z322X2Y3Z115X2Y2Z250XY4Z24XY2Z344X2Y2Z110XY3Z8XYZ342X2YZ94XY2Z24XYZ16*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