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

Algorithm type

16⁢X4⁢Y6⁢Z4+33⁢X4⁢Y5⁢Z4+65⁢X4⁢Y4⁢Z4+9⁢X9⁢Y⁢Z+9⁢X⁢Y⁢Z9+48⁢X6⁢Y2⁢Z2+12⁢X4⁢Y4⁢Z2+92⁢X2⁢Y6⁢Z2+71⁢X2⁢Y4⁢Z4+48⁢X2⁢Y2⁢Z6+6⁢X6⁢Y2⁢Z+38⁢X4⁢Y3⁢Z2+46⁢X2⁢Y5⁢Z2+36⁢X2⁢Y3⁢Z4+6⁢X⁢Y2⁢Z6+3⁢X6⁢Y⁢Z+22⁢X4⁢Y2⁢Z2+129⁢X2⁢Y4⁢Z2+19⁢X2⁢Y2⁢Z4+72⁢X⁢Y6⁢Z+3⁢X⁢Y⁢Z6+6⁢X3⁢Y3⁢Z+6⁢X3⁢Y2⁢Z2+18⁢X3⁢Y⁢Z3+6⁢X2⁢Y4⁢Z+3⁢X2⁢Y3⁢Z2+6⁢X2⁢Y2⁢Z3+14⁢X⁢Y5⁢Z+70⁢X⁢Y4⁢Z2+6⁢X⁢Y3⁢Z3+42⁢X3⁢Y2⁢Z+3⁢X3⁢Y⁢Z2+90⁢X2⁢Y3⁢Z+102⁢X2⁢Y2⁢Z2+3⁢X2⁢Y⁢Z3+55⁢X⁢Y4⁢Z+36⁢X⁢Y3⁢Z2+42⁢X⁢Y2⁢Z3+9⁢X3⁢Y⁢Z+9⁢X2⁢Y2⁢Z+24⁢X2⁢Y⁢Z2+6⁢X⁢Y3⁢Z+11⁢X⁢Y2⁢Z2+9⁢X⁢Y⁢Z3+12⁢X2⁢Y⁢Z+9⁢X⁢Y2⁢Z16X4Y6Z433X4Y5Z465X4Y4Z49X9YZ9XYZ948X6Y2Z212X4Y4Z292X2Y6Z271X2Y4Z448X2Y2Z66X6Y2Z38X4Y3Z246X2Y5Z236X2Y3Z46XY2Z63X6YZ22X4Y2Z2129X2Y4Z219X2Y2Z472XY6Z3XYZ66X3Y3Z6X3Y2Z218X3YZ36X2Y4Z3X2Y3Z26X2Y2Z314XY5Z70XY4Z26XY3Z342X3Y2Z3X3YZ290X2Y3Z102X2Y2Z23X2YZ355XY4Z36XY3Z242XY2Z39X3YZ9X2Y2Z24X2YZ26XY3Z11XY2Z29XYZ312X2YZ9XY2Z16*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