Description of fast matrix multiplication algorithm: ⟨9×16×16:1380⟩

Algorithm type

16X4Y6Z4+33X4Y5Z4+65X4Y4Z4+9X9YZ+9XYZ9+48X6Y2Z2+12X4Y4Z2+92X2Y6Z2+71X2Y4Z4+48X2Y2Z6+6X6Y2Z+38X4Y3Z2+46X2Y5Z2+36X2Y3Z4+6XY2Z6+3X6YZ+22X4Y2Z2+129X2Y4Z2+19X2Y2Z4+72XY6Z+3XYZ6+6X3Y3Z+6X3Y2Z2+18X3YZ3+6X2Y4Z+3X2Y3Z2+6X2Y2Z3+14XY5Z+70XY4Z2+6XY3Z3+42X3Y2Z+3X3YZ2+90X2Y3Z+102X2Y2Z2+3X2YZ3+55XY4Z+36XY3Z2+42XY2Z3+9X3YZ+9X2Y2Z+24X2YZ2+6XY3Z+11XY2Z2+9XYZ3+12X2YZ+9XY2Z16X4Y6Z433X4Y5Z465X4Y4Z49X9YZ9XYZ948X6Y2Z212X4Y4Z292X2Y6Z271X2Y4Z448X2Y2Z66X6Y2Z38X4Y3Z246X2Y5Z236X2Y3Z46XY2Z63X6YZ22X4Y2Z2129X2Y4Z219X2Y2Z472XY6Z3XYZ66X3Y3Z6X3Y2Z218X3YZ36X2Y4Z3X2Y3Z26X2Y2Z314XY5Z70XY4Z26XY3Z342X3Y2Z3X3YZ290X2Y3Z102X2Y2Z23X2YZ355XY4Z36XY3Z242XY2Z39X3YZ9X2Y2Z24X2YZ26XY3Z11XY2Z29XYZ312X2YZ9XY2Z16*X^4*Y^6*Z^4+33*X^4*Y^5*Z^4+65*X^4*Y^4*Z^4+9*X^9*Y*Z+9*X*Y*Z^9+48*X^6*Y^2*Z^2+12*X^4*Y^4*Z^2+92*X^2*Y^6*Z^2+71*X^2*Y^4*Z^4+48*X^2*Y^2*Z^6+6*X^6*Y^2*Z+38*X^4*Y^3*Z^2+46*X^2*Y^5*Z^2+36*X^2*Y^3*Z^4+6*X*Y^2*Z^6+3*X^6*Y*Z+22*X^4*Y^2*Z^2+129*X^2*Y^4*Z^2+19*X^2*Y^2*Z^4+72*X*Y^6*Z+3*X*Y*Z^6+6*X^3*Y^3*Z+6*X^3*Y^2*Z^2+18*X^3*Y*Z^3+6*X^2*Y^4*Z+3*X^2*Y^3*Z^2+6*X^2*Y^2*Z^3+14*X*Y^5*Z+70*X*Y^4*Z^2+6*X*Y^3*Z^3+42*X^3*Y^2*Z+3*X^3*Y*Z^2+90*X^2*Y^3*Z+102*X^2*Y^2*Z^2+3*X^2*Y*Z^3+55*X*Y^4*Z+36*X*Y^3*Z^2+42*X*Y^2*Z^3+9*X^3*Y*Z+9*X^2*Y^2*Z+24*X^2*Y*Z^2+6*X*Y^3*Z+11*X*Y^2*Z^2+9*X*Y*Z^3+12*X^2*Y*Z+9*X*Y^2*Z

Algorithm definition

The algorithm ⟨9×16×16:1380⟩ 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