Vocabularymath.blas.matricesInputsOutputsWord descriptionCalculate 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.
See alson*M.V+n*V!,
n*M.V+n*V,
M.VDefinition