Description of fast matrix multiplication algorithm: ⟨10×16×16:1560⟩

Algorithm type

8X8Y8Z4+25X4Y8Z4+5X4Y6Z6+4X4Y4Z8+8X8Y4Z2+21X4Y8Z2+26X4Y6Z4+2X4Y4Z6+2X4Y2Z8+5X2Y8Z4+12X2Y9Z2+5X6Y4Z2+7X4Y6Z2+49X4Y4Z4+5X4Y2Z6+4X2Y9Z+60X2Y8Z2+2X2Y7Z3+10X2Y6Z4+12X2Y4Z6+5X2Y8Z+17X2Y7Z2+2X2Y6Z3+16XY9Z+5XY8Z2+7X6Y2Z2+2X4Y4Z2+14X4Y2Z4+5X2Y7Z+71X2Y6Z2+3X2Y5Z3+10X2Y4Z4+35XY8Z+4XY7Z2+4XY6Z3+16X4Y4Z+21X2Y5Z2+7X2Y4Z3+5X2Y3Z4+26XY7Z+13XY6Z2+10X4Y2Z2+5X3Y4Z+6X2Y5Z+110X2Y4Z2+4X2Y3Z3+33XY6Z+6XY5Z2+16XY4Z3+9X3Y3Z+8X2Y4Z+66X2Y3Z2+8X2Y2Z3+12X2YZ4+33XY5Z+6XY4Z2+24X2Y3Z+119X2Y2Z2+10X2YZ3+66XY4Z+16XY2Z3+22X3YZ+44X2YZ2+109XY3Z+38XY2Z2+20X2YZ+90XY2Z+110XYZ8X8Y8Z425X4Y8Z45X4Y6Z64X4Y4Z88X8Y4Z221X4Y8Z226X4Y6Z42X4Y4Z62X4Y2Z85X2Y8Z412X2Y9Z25X6Y4Z27X4Y6Z249X4Y4Z45X4Y2Z64X2Y9Z60X2Y8Z22X2Y7Z310X2Y6Z412X2Y4Z65X2Y8Z17X2Y7Z22X2Y6Z316XY9Z5XY8Z27X6Y2Z22X4Y4Z214X4Y2Z45X2Y7Z71X2Y6Z23X2Y5Z310X2Y4Z435XY8Z4XY7Z24XY6Z316X4Y4Z21X2Y5Z27X2Y4Z35X2Y3Z426XY7Z13XY6Z210X4Y2Z25X3Y4Z6X2Y5Z110X2Y4Z24X2Y3Z333XY6Z6XY5Z216XY4Z39X3Y3Z8X2Y4Z66X2Y3Z28X2Y2Z312X2YZ433XY5Z6XY4Z224X2Y3Z119X2Y2Z210X2YZ366XY4Z16XY2Z322X3YZ44X2YZ2109XY3Z38XY2Z220X2YZ90XY2Z110XYZ8*X^8*Y^8*Z^4+25*X^4*Y^8*Z^4+5*X^4*Y^6*Z^6+4*X^4*Y^4*Z^8+8*X^8*Y^4*Z^2+21*X^4*Y^8*Z^2+26*X^4*Y^6*Z^4+2*X^4*Y^4*Z^6+2*X^4*Y^2*Z^8+5*X^2*Y^8*Z^4+12*X^2*Y^9*Z^2+5*X^6*Y^4*Z^2+7*X^4*Y^6*Z^2+49*X^4*Y^4*Z^4+5*X^4*Y^2*Z^6+4*X^2*Y^9*Z+60*X^2*Y^8*Z^2+2*X^2*Y^7*Z^3+10*X^2*Y^6*Z^4+12*X^2*Y^4*Z^6+5*X^2*Y^8*Z+17*X^2*Y^7*Z^2+2*X^2*Y^6*Z^3+16*X*Y^9*Z+5*X*Y^8*Z^2+7*X^6*Y^2*Z^2+2*X^4*Y^4*Z^2+14*X^4*Y^2*Z^4+5*X^2*Y^7*Z+71*X^2*Y^6*Z^2+3*X^2*Y^5*Z^3+10*X^2*Y^4*Z^4+35*X*Y^8*Z+4*X*Y^7*Z^2+4*X*Y^6*Z^3+16*X^4*Y^4*Z+21*X^2*Y^5*Z^2+7*X^2*Y^4*Z^3+5*X^2*Y^3*Z^4+26*X*Y^7*Z+13*X*Y^6*Z^2+10*X^4*Y^2*Z^2+5*X^3*Y^4*Z+6*X^2*Y^5*Z+110*X^2*Y^4*Z^2+4*X^2*Y^3*Z^3+33*X*Y^6*Z+6*X*Y^5*Z^2+16*X*Y^4*Z^3+9*X^3*Y^3*Z+8*X^2*Y^4*Z+66*X^2*Y^3*Z^2+8*X^2*Y^2*Z^3+12*X^2*Y*Z^4+33*X*Y^5*Z+6*X*Y^4*Z^2+24*X^2*Y^3*Z+119*X^2*Y^2*Z^2+10*X^2*Y*Z^3+66*X*Y^4*Z+16*X*Y^2*Z^3+22*X^3*Y*Z+44*X^2*Y*Z^2+109*X*Y^3*Z+38*X*Y^2*Z^2+20*X^2*Y*Z+90*X*Y^2*Z+110*X*Y*Z

Algorithm definition

The algorithm ⟨10×16×16:1560⟩ 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