Description of fast matrix multiplication algorithm: ⟨3×4×4:38⟩

Algorithm type

10X2Y2Z2+3X3YZ+2X2Y2Z+2XY3Z+2XY2Z2+3XYZ3+X2YZ+11XY2Z+XYZ2+3XYZ10X2Y2Z23X3YZ2X2Y2Z2XY3Z2XY2Z23XYZ3X2YZ11XY2ZXYZ23XYZ10*X^2*Y^2*Z^2+3*X^3*Y*Z+2*X^2*Y^2*Z+2*X*Y^3*Z+2*X*Y^2*Z^2+3*X*Y*Z^3+X^2*Y*Z+11*X*Y^2*Z+X*Y*Z^2+3*X*Y*Z

Algorithm definition

The algorithm ⟨3×4×4:38⟩ is taken from:

Alexey Vladimirovich Smirnov. The bilinear complexity and practical algorithms for matrix multiplication. Computational Mathematics and Mathematical Physics, 53(2):1781--1795, December 2013. [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