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