Description of fast matrix multiplication algorithm: ⟨12×12×32:2640⟩

Algorithm type

256⁢X4⁢Y6⁢Z6+384⁢X2⁢Y6⁢Z6+48⁢X4⁢Y4⁢Z4+96⁢X4⁢Y2⁢Z2+512⁢X2⁢Y3⁢Z3+768⁢X⁢Y3⁢Z3+192⁢X2⁢Y2⁢Z2+192⁢X2⁢Y⁢Z+192⁢X⁢Y⁢Z256X4Y6Z6384X2Y6Z648X4Y4Z496X4Y2Z2512X2Y3Z3768XY3Z3192X2Y2Z2192X2YZ192XYZ256*X^4*Y^6*Z^6+384*X^2*Y^6*Z^6+48*X^4*Y^4*Z^4+96*X^4*Y^2*Z^2+512*X^2*Y^3*Z^3+768*X*Y^3*Z^3+192*X^2*Y^2*Z^2+192*X^2*Y*Z+192*X*Y*Z

Algorithm definition

The algorithm ⟨12×12×32:2640⟩ is the (Kronecker) tensor product of ⟨3×3×8:55⟩ with ⟨4×4×4:48⟩.

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