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

Algorithm type

12X4Y6Z4+21X4Y4Z4+6X2Y8Z2+64X2Y7Z3+88XY7Z3+18X2Y6Z2+32X2Y5Z3+8XY6Z3+24X4Y3Z2+28XY5Z3+42X4Y2Z2+18X2Y4Z2+16XY4Z3+12X2Y4Z+24X2Y3Z2+4XY3Z3+36X2Y3Z+48X2Y2Z2+12XY4Z+36X2Y2Z+36XY3Z+12X2YZ+36XY2Z+12XYZ12X4Y6Z421X4Y4Z46X2Y8Z264X2Y7Z388XY7Z318X2Y6Z232X2Y5Z38XY6Z324X4Y3Z228XY5Z342X4Y2Z218X2Y4Z216XY4Z312X2Y4Z24X2Y3Z24XY3Z336X2Y3Z48X2Y2Z212XY4Z36X2Y2Z36XY3Z12X2YZ36XY2Z12XYZ12*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