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

Algorithm type

28X4Y4Z4+24X2Y6Z2+8X2Y2Z6+8X2Y4Z2+32X2Y2Z4+8XY3Z3+104X2Y2Z2+32XY3Z2+40XY3Z+8XYZ3+48XY2Z+32XYZ2+136XYZ28X4Y4Z424X2Y6Z28X2Y2Z68X2Y4Z232X2Y2Z48XY3Z3104X2Y2Z232XY3Z240XY3Z8XYZ348XY2Z32XYZ2136XYZ28*X^4*Y^4*Z^4+24*X^2*Y^6*Z^2+8*X^2*Y^2*Z^6+8*X^2*Y^4*Z^2+32*X^2*Y^2*Z^4+8*X*Y^3*Z^3+104*X^2*Y^2*Z^2+32*X*Y^3*Z^2+40*X*Y^3*Z+8*X*Y*Z^3+48*X*Y^2*Z+32*X*Y*Z^2+136*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