Description of fast matrix multiplication algorithm: ⟨12×14×24:2352⟩

Algorithm type

13⁢X8⁢Y8⁢Z8+4⁢X6⁢Y8⁢Z8+X6⁢Y6⁢Z8+16⁢X4⁢Y8⁢Z4+48⁢X4⁢Y6⁢Z6+16⁢X4⁢Y4⁢Z8+2⁢X2⁢Y8⁢Z4+72⁢X2⁢Y6⁢Z6+2⁢X2⁢Y4⁢Z8+132⁢X4⁢Y4⁢Z4+24⁢X3⁢Y4⁢Z4+6⁢X3⁢Y3⁢Z4+150⁢X2⁢Y4⁢Z2+288⁢X2⁢Y3⁢Z3+150⁢X2⁢Y2⁢Z4+12⁢X⁢Y4⁢Z2+432⁢X⁢Y3⁢Z3+12⁢X⁢Y2⁢Z4+324⁢X2⁢Y2⁢Z2+324⁢X⁢Y2⁢Z+324⁢X⁢Y⁢Z213X8Y8Z84X6Y8Z8X6Y6Z816X4Y8Z448X4Y6Z616X4Y4Z82X2Y8Z472X2Y6Z62X2Y4Z8132X4Y4Z424X3Y4Z46X3Y3Z4150X2Y4Z2288X2Y3Z3150X2Y2Z412XY4Z2432XY3Z312XY2Z4324X2Y2Z2324XY2Z324XYZ213*X^8*Y^8*Z^8+4*X^6*Y^8*Z^8+X^6*Y^6*Z^8+16*X^4*Y^8*Z^4+48*X^4*Y^6*Z^6+16*X^4*Y^4*Z^8+2*X^2*Y^8*Z^4+72*X^2*Y^6*Z^6+2*X^2*Y^4*Z^8+132*X^4*Y^4*Z^4+24*X^3*Y^4*Z^4+6*X^3*Y^3*Z^4+150*X^2*Y^4*Z^2+288*X^2*Y^3*Z^3+150*X^2*Y^2*Z^4+12*X*Y^4*Z^2+432*X*Y^3*Z^3+12*X*Y^2*Z^4+324*X^2*Y^2*Z^2+324*X*Y^2*Z+324*X*Y*Z^2

Algorithm definition

The algorithm ⟨12×14×24:2352⟩ is the (Kronecker) tensor product of ⟨2×2×2:7⟩ with ⟨6×7×12:336⟩.

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