Word description Calculate the matrix-vector product αAx + βy and return a freshly allocated vector containing the result. The width of A must match the length of x, and the height must match the length of y. The returned vector will have the same length as y. Corresponds to the xGEMV routines in BLAS.