Description of fast matrix multiplication algorithm: ⟨15×15×16:2132⟩

Algorithm type

12X6Y4Z4+8XY12Z+8XYZ12+54X5Y4Z4+126X4Y4Z4+28X2Y8Z2+28X2Y2Z8+8XY8Z2+8XY2Z8+126X6Y2Z2+56X4Y2Z4+24X2Y6Z2+24X2Y4Z4+24X2Y2Z6+16XY8Z+16XYZ8+8X6YZ2+36X5Y2Z2+60X3Y4Z2+16X2YZ6+112X6YZ+190X4Y2Z2+4X3Y4Z+4X3YZ4+96X2Y4Z2+92X2Y2Z4+8XY4Z3+8XY3Z4+8XYZ6+16X2Y3Z2+32X2YZ4+16XY4Z2+24XY2Z4+84X4YZ+168X3Y2Z+4X3YZ2+8X2Y3Z+164X2Y2Z2+8X2YZ3+28XY4Z+8XY3Z2+44XYZ4+4X3YZ+16X2Y2Z+72X2YZ2+8XY3Z+24XY2Z2+8XYZ3+52X2YZ+64XY2Z+44XYZ2+28XYZ12X6Y4Z48XY12Z8XYZ1254X5Y4Z4126X4Y4Z428X2Y8Z228X2Y2Z88XY8Z28XY2Z8126X6Y2Z256X4Y2Z424X2Y6Z224X2Y4Z424X2Y2Z616XY8Z16XYZ88X6YZ236X5Y2Z260X3Y4Z216X2YZ6112X6YZ190X4Y2Z24X3Y4Z4X3YZ496X2Y4Z292X2Y2Z48XY4Z38XY3Z48XYZ616X2Y3Z232X2YZ416XY4Z224XY2Z484X4YZ168X3Y2Z4X3YZ28X2Y3Z164X2Y2Z28X2YZ328XY4Z8XY3Z244XYZ44X3YZ16X2Y2Z72X2YZ28XY3Z24XY2Z28XYZ352X2YZ64XY2Z44XYZ228XYZ12*X^6*Y^4*Z^4+8*X*Y^12*Z+8*X*Y*Z^12+54*X^5*Y^4*Z^4+126*X^4*Y^4*Z^4+28*X^2*Y^8*Z^2+28*X^2*Y^2*Z^8+8*X*Y^8*Z^2+8*X*Y^2*Z^8+126*X^6*Y^2*Z^2+56*X^4*Y^2*Z^4+24*X^2*Y^6*Z^2+24*X^2*Y^4*Z^4+24*X^2*Y^2*Z^6+16*X*Y^8*Z+16*X*Y*Z^8+8*X^6*Y*Z^2+36*X^5*Y^2*Z^2+60*X^3*Y^4*Z^2+16*X^2*Y*Z^6+112*X^6*Y*Z+190*X^4*Y^2*Z^2+4*X^3*Y^4*Z+4*X^3*Y*Z^4+96*X^2*Y^4*Z^2+92*X^2*Y^2*Z^4+8*X*Y^4*Z^3+8*X*Y^3*Z^4+8*X*Y*Z^6+16*X^2*Y^3*Z^2+32*X^2*Y*Z^4+16*X*Y^4*Z^2+24*X*Y^2*Z^4+84*X^4*Y*Z+168*X^3*Y^2*Z+4*X^3*Y*Z^2+8*X^2*Y^3*Z+164*X^2*Y^2*Z^2+8*X^2*Y*Z^3+28*X*Y^4*Z+8*X*Y^3*Z^2+44*X*Y*Z^4+4*X^3*Y*Z+16*X^2*Y^2*Z+72*X^2*Y*Z^2+8*X*Y^3*Z+24*X*Y^2*Z^2+8*X*Y*Z^3+52*X^2*Y*Z+64*X*Y^2*Z+44*X*Y*Z^2+28*X*Y*Z

Algorithm definition

The algorithm ⟨15×15×16:2132⟩ is taken from:

Andrew I. Perminov. FastMatrixMultiplication, GitHub, February 2026. [ GitHub repository ]

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