Description of fast matrix multiplication algorithm: ⟨8×8×12:508⟩

Algorithm type

24X4Y4Z4+24X2Y6Z2+8X2Y2Z6+16X2Y4Z2+32X2Y2Z4+40X2Y3Z2+8XY3Z3+72X2Y2Z2+32XY3Z2+40XY3Z+8XYZ3+96XY2Z+32XYZ2+72XYZ24X4Y4Z424X2Y6Z28X2Y2Z616X2Y4Z232X2Y2Z440X2Y3Z28XY3Z372X2Y2Z232XY3Z240XY3Z8XYZ396XY2Z32XYZ272XYZ24*X^4*Y^4*Z^4+24*X^2*Y^6*Z^2+8*X^2*Y^2*Z^6+16*X^2*Y^4*Z^2+32*X^2*Y^2*Z^4+40*X^2*Y^3*Z^2+8*X*Y^3*Z^3+72*X^2*Y^2*Z^2+32*X*Y^3*Z^2+40*X*Y^3*Z+8*X*Y*Z^3+96*X*Y^2*Z+32*X*Y*Z^2+72*X*Y*Z

Algorithm definition

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