Description of fast matrix multiplication algorithm: ⟨10×12×16:1176⟩

Algorithm type

12X4Y4Z6+16X4Y4Z5+48X4Y4Z4+8X4Y4Z3+8X3Y4Z4+4XY9Z+18X6Y2Z2+8X3Y4Z3+36X2Y6Z2+44X2Y4Z4+36X2Y2Z6+40X2Y4Z3+12X2Y2Z5+48X2Y4Z2+52X2Y2Z4+16XY6Z+6X3Y3Z+92X2Y2Z3+24X3Y2Z+106X2Y2Z2+6XY3Z2+30X3YZ+52XY3Z+216XY2Z2+176XYZ3+16XY2Z+38XYZ2+8XYZ12X4Y4Z616X4Y4Z548X4Y4Z48X4Y4Z38X3Y4Z44XY9Z18X6Y2Z28X3Y4Z336X2Y6Z244X2Y4Z436X2Y2Z640X2Y4Z312X2Y2Z548X2Y4Z252X2Y2Z416XY6Z6X3Y3Z92X2Y2Z324X3Y2Z106X2Y2Z26XY3Z230X3YZ52XY3Z216XY2Z2176XYZ316XY2Z38XYZ28XYZ12*X^4*Y^4*Z^6+16*X^4*Y^4*Z^5+48*X^4*Y^4*Z^4+8*X^4*Y^4*Z^3+8*X^3*Y^4*Z^4+4*X*Y^9*Z+18*X^6*Y^2*Z^2+8*X^3*Y^4*Z^3+36*X^2*Y^6*Z^2+44*X^2*Y^4*Z^4+36*X^2*Y^2*Z^6+40*X^2*Y^4*Z^3+12*X^2*Y^2*Z^5+48*X^2*Y^4*Z^2+52*X^2*Y^2*Z^4+16*X*Y^6*Z+6*X^3*Y^3*Z+92*X^2*Y^2*Z^3+24*X^3*Y^2*Z+106*X^2*Y^2*Z^2+6*X*Y^3*Z^2+30*X^3*Y*Z+52*X*Y^3*Z+216*X*Y^2*Z^2+176*X*Y*Z^3+16*X*Y^2*Z+38*X*Y*Z^2+8*X*Y*Z

Algorithm definition

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