LinearAlgebra`BLAS`
LinearAlgebra`BLAS`
GEMV
GEMV[ts,α,a,x,β,y]
computes the matrix-vector multiplication α opts[a].x +β y and resets y to the result.
Details and Options
- To use GEMV, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following arguments must be given:
-
ts input string transposition string α input expression scalar mutliple a input expression rectangular matrix x input expression vector β input expression scalar multiple y input/output symbol vector; the symbol value is modified in place - The transposition string ts describes the operator opts and may be specified as:
-
"N" no transposition "T" transpose "C" conjugate transpose - Dimensions of the matrix and vector arguments must be such that the dot product and addition are well defined.
Examples
open allclose allScope (4)
Properties & Relations (3)
Wolfram Research (2017), GEMV, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
Text
Wolfram Research (2017), GEMV, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
CMS
Wolfram Language. 2017. "GEMV." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
APA
Wolfram Language. (2017). GEMV. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html