Description of fast matrix multiplication algorithm: ⟨6×6×16:385⟩

Algorithm type

16⁢X4⁢Y6⁢Z6+24⁢X2⁢Y6⁢Z6+3⁢X4⁢Y4⁢Z4+6⁢X4⁢Y2⁢Z2+96⁢X2⁢Y3⁢Z3+144⁢X⁢Y3⁢Z3+24⁢X2⁢Y2⁢Z2+36⁢X2⁢Y⁢Z+36⁢X⁢Y⁢Z16X4Y6Z624X2Y6Z63X4Y4Z46X4Y2Z296X2Y3Z3144XY3Z324X2Y2Z236X2YZ36XYZ16*X^4*Y^6*Z^6+24*X^2*Y^6*Z^6+3*X^4*Y^4*Z^4+6*X^4*Y^2*Z^2+96*X^2*Y^3*Z^3+144*X*Y^3*Z^3+24*X^2*Y^2*Z^2+36*X^2*Y*Z+36*X*Y*Z

Algorithm definition

The algorithm ⟨6×6×16:385⟩ is the (Kronecker) tensor product of ⟨2×2×2:7⟩ with ⟨3×3×8:55⟩.

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