Transpose of a matrix multiplication (source code)

= Transpose of a matrix multiplication
{wiki}

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