Word description Calculate the outer product αx⊗y and return a freshly allocated matrix containing the result. The returned matrix's height will match the length of x, and its width will match the length of y. Corresponds to the xGER and xGERU routines in BLAS.