LinearAlgebra`BLAS`
LinearAlgebra`BLAS`
SYRK
SYRK[ul,ts,α,a,β,b]
computes the symmetric rank-k update α opts[a].Transpose[opts[a]]+β b and resets the appropriate part of b to the result.
Details and Options
- To use SYRK, you first need to load the BLAS Package using Needs["LinearAlgebra`BLAS`"].
- The following arguments must be given:
-
ul input string upper/lower triangular string ts input string transposition string α input expression scalar mutliple a input expression rectangular matrix β input expression scalar multiple b input/output symbol square matrix; the symbol value is modified in place - The upper/lower triangular string ul may be specified as:
-
"U" update the upper triangular part of b "L" update the lower triangular part of b - The transposition strings describe the operators opts and may be specified as:
-
"N" no transposition "T" transpose "C" conjugate transpose - Dimensions of the matrix arguments must be such that the dot product and addition are well defined.
Examples
open allclose allBasic Examples (1)
Properties & Relations (1)
SYRK["U","N",α,a,β,b] is equivalent to b=α a.Transpose[a]+β b applied to the upper triangular part of b:
Wolfram Research (2017), SYRK, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SYRK.html.
Text
Wolfram Research (2017), SYRK, Wolfram Language function, https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SYRK.html.
CMS
Wolfram Language. 2017. "SYRK." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SYRK.html.
APA
Wolfram Language. (2017). SYRK. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/LowLevelLinearAlgebra/ref/SYRK.html