Description of fast matrix multiplication algorithm: ⟨30×30×30:12710⟩

Algorithm type

7280X3Y3Z3+1680X3Y3Z+420X3Y2Z2+420X2Y3Z2+420X2Y2Z3+30X3Y2Z+30X2Y3Z+450X2Y2Z2+60X2Y2Z+1710XYZ3+90XYZ2+120XYZ7280X3Y3Z31680X3Y3Z420X3Y2Z2420X2Y3Z2420X2Y2Z330X3Y2Z30X2Y3Z450X2Y2Z260X2Y2Z1710XYZ390XYZ2120XYZ7280*X^3*Y^3*Z^3+1680*X^3*Y^3*Z+420*X^3*Y^2*Z^2+420*X^2*Y^3*Z^2+420*X^2*Y^2*Z^3+30*X^3*Y^2*Z+30*X^2*Y^3*Z+450*X^2*Y^2*Z^2+60*X^2*Y^2*Z+1710*X*Y*Z^3+90*X*Y*Z^2+120*X*Y*Z

Algorithm definition

The algorithm ⟨30×30×30:12710⟩ is taken from:

Optimization techniques for small matrix multiplication. Theoretical Computer Science, 412(22):2219--2236, May 2011. [ DOI ]

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