Description of fast matrix multiplication algorithm: ⟨32×32×32:15136⟩

Algorithm type

8960X3Y3Z3+1920X3Y3Z+480X3Y2Z2+480X2Y3Z2+480X2Y2Z3+32X3Y2Z+32X2Y3Z+512X2Y2Z2+64X2Y2Z+1952XYZ3+96XYZ2+128XYZ8960X3Y3Z31920X3Y3Z480X3Y2Z2480X2Y3Z2480X2Y2Z332X3Y2Z32X2Y3Z512X2Y2Z264X2Y2Z1952XYZ396XYZ2128XYZ8960*X^3*Y^3*Z^3+1920*X^3*Y^3*Z+480*X^3*Y^2*Z^2+480*X^2*Y^3*Z^2+480*X^2*Y^2*Z^3+32*X^3*Y^2*Z+32*X^2*Y^3*Z+512*X^2*Y^2*Z^2+64*X^2*Y^2*Z+1952*X*Y*Z^3+96*X*Y*Z^2+128*X*Y*Z

Algorithm definition

The algorithm ⟨32×32×32:15136⟩ 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