Description of fast matrix multiplication algorithm: ⟨8×24×30:3360⟩

Algorithm type

24⁢X8⁢Y16⁢Z8+72⁢X4⁢Y16⁢Z4+48⁢X2⁢Y16⁢Z2+192⁢X4⁢Y8⁢Z4+48⁢X4⁢Y4⁢Z4+480⁢X2⁢Y8⁢Z2+288⁢X⁢Y8⁢Z+384⁢X2⁢Y4⁢Z2+384⁢X2⁢Y2⁢Z2+288⁢X⁢Y4⁢Z+576⁢X⁢Y2⁢Z+576⁢X⁢Y⁢Z24X8Y16Z872X4Y16Z448X2Y16Z2192X4Y8Z448X4Y4Z4480X2Y8Z2288XY8Z384X2Y4Z2384X2Y2Z2288XY4Z576XY2Z576XYZ24*X^8*Y^16*Z^8+72*X^4*Y^16*Z^4+48*X^2*Y^16*Z^2+192*X^4*Y^8*Z^4+48*X^4*Y^4*Z^4+480*X^2*Y^8*Z^2+288*X*Y^8*Z+384*X^2*Y^4*Z^2+384*X^2*Y^2*Z^2+288*X*Y^4*Z+576*X*Y^2*Z+576*X*Y*Z

Algorithm definition

The algorithm ⟨8×24×30:3360⟩ is the (Kronecker) tensor product of ⟨2×2×2:7⟩ with ⟨4×12×15:480⟩.

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