Description of fast matrix multiplication algorithm: ⟨6×8×10:327⟩

Algorithm type

X4Y8Z2+X4Y6Z4+2X4Y4Z6+9X4Y4Z4+3X2Y6Z4+X2Y4Z6+4X6Y2Z2+X4Y4Z2+X2Y6Z2+6X2Y4Z4+4X2Y2Z6+4X2Y4Z2+X2Y2Z4+6X2Y4Z+8X2Y3Z2+12X2Y2Z3+63X2Y2Z2+18XY3Z2+8XY2Z3+24X3YZ+6X2Y2Z+6XY3Z+36XY2Z2+24XYZ3+30XY2Z+14XYZ2+34XYZX4Y8Z2X4Y6Z42X4Y4Z69X4Y4Z43X2Y6Z4X2Y4Z64X6Y2Z2X4Y4Z2X2Y6Z26X2Y4Z44X2Y2Z64X2Y4Z2X2Y2Z46X2Y4Z8X2Y3Z212X2Y2Z363X2Y2Z218XY3Z28XY2Z324X3YZ6X2Y2Z6XY3Z36XY2Z224XYZ330XY2Z14XYZ234XYZX^4*Y^8*Z^2+X^4*Y^6*Z^4+2*X^4*Y^4*Z^6+9*X^4*Y^4*Z^4+3*X^2*Y^6*Z^4+X^2*Y^4*Z^6+4*X^6*Y^2*Z^2+X^4*Y^4*Z^2+X^2*Y^6*Z^2+6*X^2*Y^4*Z^4+4*X^2*Y^2*Z^6+4*X^2*Y^4*Z^2+X^2*Y^2*Z^4+6*X^2*Y^4*Z+8*X^2*Y^3*Z^2+12*X^2*Y^2*Z^3+63*X^2*Y^2*Z^2+18*X*Y^3*Z^2+8*X*Y^2*Z^3+24*X^3*Y*Z+6*X^2*Y^2*Z+6*X*Y^3*Z+36*X*Y^2*Z^2+24*X*Y*Z^3+30*X*Y^2*Z+14*X*Y*Z^2+34*X*Y*Z

Algorithm definition

The algorithm ⟨6×8×10:327⟩ 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