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.
更多信息和选项
- 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.
范例
打开所有单元关闭所有单元Scope (4)
Properties & Relations (3)
Wolfram Research (2017),GEMV,Wolfram 语言函数,https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
文本
Wolfram Research (2017),GEMV,Wolfram 语言函数,https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
CMS
Wolfram 语言. 2017. "GEMV." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html.
APA
Wolfram 语言. (2017). GEMV. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/GEMV.html 年