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