Description of fast matrix multiplication algorithm: ⟨4×14×32:1196⟩

Algorithm type

4⁢X4⁢Y8⁢Z4+24⁢X4⁢Y6⁢Z4+32⁢X4⁢Y4⁢Z4+46⁢X2⁢Y8⁢Z2+24⁢X2⁢Y7⁢Z2+32⁢X2⁢Y6⁢Z2+64⁢X⁢Y8⁢Z+16⁢X2⁢Y5⁢Z2+8⁢X⁢Y7⁢Z+86⁢X2⁢Y4⁢Z2+40⁢X2⁢Y3⁢Z2+12⁢X⁢Y5⁢Z+172⁢X2⁢Y2⁢Z2+180⁢X⁢Y4⁢Z+112⁢X⁢Y3⁢Z+100⁢X⁢Y2⁢Z+244⁢X⁢Y⁢Z4X4Y8Z424X4Y6Z432X4Y4Z446X2Y8Z224X2Y7Z232X2Y6Z264XY8Z16X2Y5Z28XY7Z86X2Y4Z240X2Y3Z212XY5Z172X2Y2Z2180XY4Z112XY3Z100XY2Z244XYZ4*X^4*Y^8*Z^4+24*X^4*Y^6*Z^4+32*X^4*Y^4*Z^4+46*X^2*Y^8*Z^2+24*X^2*Y^7*Z^2+32*X^2*Y^6*Z^2+64*X*Y^8*Z+16*X^2*Y^5*Z^2+8*X*Y^7*Z+86*X^2*Y^4*Z^2+40*X^2*Y^3*Z^2+12*X*Y^5*Z+172*X^2*Y^2*Z^2+180*X*Y^4*Z+112*X*Y^3*Z+100*X*Y^2*Z+244*X*Y*Z

Algorithm definition

The algorithm ⟨4×14×32:1196⟩ is the (Kronecker) tensor product of ⟨1×1×2:2⟩ with ⟨4×14×16:598⟩.

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