Description of fast matrix multiplication algorithm: ⟨16×16×24:3504⟩

Algorithm type

32⁢X6⁢Y6⁢Z8+16⁢X4⁢Y6⁢Z4+288⁢X4⁢Y4⁢Z4+16⁢X2⁢Y2⁢Z8+64⁢X3⁢Y3⁢Z4+48⁢X2⁢Y6⁢Z2+48⁢X2⁢Y4⁢Z2+32⁢X2⁢Y3⁢Z2+1296⁢X2⁢Y2⁢Z2+32⁢X⁢Y⁢Z4+96⁢X⁢Y3⁢Z+96⁢X⁢Y2⁢Z+1440⁢X⁢Y⁢Z32X6Y6Z816X4Y6Z4288X4Y4Z416X2Y2Z864X3Y3Z448X2Y6Z248X2Y4Z232X2Y3Z21296X2Y2Z232XYZ496XY3Z96XY2Z1440XYZ32*X^6*Y^6*Z^8+16*X^4*Y^6*Z^4+288*X^4*Y^4*Z^4+16*X^2*Y^2*Z^8+64*X^3*Y^3*Z^4+48*X^2*Y^6*Z^2+48*X^2*Y^4*Z^2+32*X^2*Y^3*Z^2+1296*X^2*Y^2*Z^2+32*X*Y*Z^4+96*X*Y^3*Z+96*X*Y^2*Z+1440*X*Y*Z

Algorithm definition

The algorithm ⟨16×16×24:3504⟩ is the (Kronecker) tensor product of ⟨4×4×4:48⟩ with ⟨4×4×6:73⟩.

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