Source: /cirosantilli/transpose-of-a-matrix-multiplication

= Transpose of a matrix multiplication
{wiki}

When it distributes it inverts the order of the <matrix multiplication>:
$$
(MN)^T = N^T M^T
$$