Homepages.cae.wisc.edu

Vector-vector outer product: A vector-vector outer product results in a matrix. For example, a Kx1 vector multiplied by a 1xK vector results in a KxK matrix. Here, we have to multiply a column vector with the Hermitian of another column vector. Since all our data are real, the Hermitian merely translates into the transpose operation. ................
................