Description of fast matrix multiplication algorithm: ⟨6×12×14:645⟩

Algorithm type

12⁢X4⁢Y6⁢Z4+21⁢X4⁢Y4⁢Z4+6⁢X2⁢Y8⁢Z2+64⁢X2⁢Y7⁢Z3+88⁢X⁢Y7⁢Z3+18⁢X2⁢Y6⁢Z2+32⁢X2⁢Y5⁢Z3+8⁢X⁢Y6⁢Z3+24⁢X4⁢Y3⁢Z2+28⁢X⁢Y5⁢Z3+42⁢X4⁢Y2⁢Z2+18⁢X2⁢Y4⁢Z2+16⁢X⁢Y4⁢Z3+12⁢X2⁢Y4⁢Z+24⁢X2⁢Y3⁢Z2+4⁢X⁢Y3⁢Z3+36⁢X2⁢Y3⁢Z+48⁢X2⁢Y2⁢Z2+12⁢X⁢Y4⁢Z+36⁢X2⁢Y2⁢Z+36⁢X⁢Y3⁢Z+12⁢X2⁢Y⁢Z+36⁢X⁢Y2⁢Z+12⁢X⁢Y⁢Z12X4Y6Z421X4Y4Z46X2Y8Z264X2Y7Z388XY7Z318X2Y6Z232X2Y5Z38XY6Z324X4Y3Z228XY5Z342X4Y2Z218X2Y4Z216XY4Z312X2Y4Z24X2Y3Z24XY3Z336X2Y3Z48X2Y2Z212XY4Z36X2Y2Z36XY3Z12X2YZ36XY2Z12XYZ12*X^4*Y^6*Z^4+21*X^4*Y^4*Z^4+6*X^2*Y^8*Z^2+64*X^2*Y^7*Z^3+88*X*Y^7*Z^3+18*X^2*Y^6*Z^2+32*X^2*Y^5*Z^3+8*X*Y^6*Z^3+24*X^4*Y^3*Z^2+28*X*Y^5*Z^3+42*X^4*Y^2*Z^2+18*X^2*Y^4*Z^2+16*X*Y^4*Z^3+12*X^2*Y^4*Z+24*X^2*Y^3*Z^2+4*X*Y^3*Z^3+36*X^2*Y^3*Z+48*X^2*Y^2*Z^2+12*X*Y^4*Z+36*X^2*Y^2*Z+36*X*Y^3*Z+12*X^2*Y*Z+36*X*Y^2*Z+12*X*Y*Z

Algorithm definition

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