I'm reading a paper that outlines the calculation of a covariance matrix like the following:
$C=\displaystyle\sum^{N_b}_{i=1}\vec{x}_i\vec{x}_i^T$
What is the order of this matrix? My interpretation of the formula is something akin to dot products, but it's producing a vector not the expected matrix. Can someone explain where my interpretation is incorrect?

